Html Css Color HEX #BFAF7B Ecru

📋 copy color: '#BFAF7B'

red 191 ◦ green 175 ◦ blue 123

#BFAF7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BFAF7B

Tints of Ecru #BFAF7B

RGB

 RED value IS 191 (75% from 255) = 39.06%

 GREEN value IS 175 (68.75% from 255) = 35.79%

 BLUE value IS 123 (48.44% from 255) = 25.15%

R = 39.06%
G = 35.79%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFAF7B (or 0xBFAF7B) is known color: Ecru. HEX triplet: BF, AF and 7B. RGB value is (191,175,123). Sum of RGB (Red+Green+Blue) = 191+175+123=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF7B is #405084. Grayscale: #AEAEAE. Windows color (decimal): -4214917 or 8105919. OLE color: 8105919.

HSL color Cylindrical-coordinate representation of color #BFAF7B: hue angle of 45.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFAF7B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 175 123 -
CMYK 0 0.08 0.36 0.25
HSL 45.88º 0.35% 0.62% -
HSV(B) 45.88º 0.36% 0.75% -
XYZ 40.39 43.17 24.94 -
YUV 173.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 191 175 123 0 0.08 0.36 0.25 45.88 0.35 0.62
Hex BF AF 7B 0 8 24 19 2E 23 3E
Octal 277 257 173 0 10 44 31 56 43 76
Binary 10111111 10101111 1111011 0 1000 100100 11001 101110 100011 111110

Color Harmonies of #BFAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF7B

Black with #BFAF7B

Text Example


Text Example

White with #BFAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF7B; }

 p { color: rgb(191,175,123); }

 H1.HeaderClassName
 {
   color: #BFAF7B;
 }
 .AnyTagClassName
 {
   color: #BFAF7B;
 }
</style>

background-color css

<style>
 a { background-color: #BFAF7B; }

 a { background-color: rgb(191,175,123); }

 div.DivClassName
 {
   background-color: #BFAF7B;
 }
 .BgClassName
 {
   background-color: #BFAF7B;
 }
</style>

border-color css

<style>
 span { border-color: #BFAF7B; }

 span { border-color: rgb(191,175,123); }

 td.TdClassName
 {
   border-color: #BFAF7B;
 }
 .TagClassName
 {
   border-color: #BFAF7B;
 }
</style>