Html Css Color HEX #BFAB74 Ecru

📋 copy color: '#BFAB74'

red 191 ◦ green 171 ◦ blue 116

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

Shades of Ecru #BFAB74

Tints of Ecru #BFAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 39.96%
G = 35.77%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFAB74 (or 0xBFAB74) is known color: Ecru. HEX triplet: BF, AB and 74. RGB value is (191,171,116). Sum of RGB (Red+Green+Blue) = 191+171+116=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB74 is #40548B. Grayscale: #AAAAAA. Windows color (decimal): -4215948 or 7646143. OLE color: 7646143.

HSL color Cylindrical-coordinate representation of color #BFAB74: hue angle of 44º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFAB74 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 116 -
CMYK 0 0.10 0.39 0.25
HSL 44º 0.37% 0.6% -
HSV(B) 44º 0.39% 0.75% -
XYZ 39.2 41.46 22.46 -
YUV 170.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 191 171 116 0 0.10 0.39 0.25 44 0.37 0.6
Hex BF AB 74 0 A 27 19 2C 25 3C
Octal 277 253 164 0 12 47 31 54 45 74
Binary 10111111 10101011 1110100 0 1010 100111 11001 101100 100101 111100

Color Harmonies of #BFAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB74

Black with #BFAB74

Text Example


Text Example

White with #BFAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB74; }

 p { color: rgb(191,171,116); }

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

background-color css

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

 a { background-color: rgb(191,171,116); }

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

border-color css

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

 span { border-color: rgb(191,171,116); }

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