Html Css Color HEX #BFAF84 Ecru

📋 copy color: '#BFAF84'

red 191 ◦ green 175 ◦ blue 132

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

Shades of Ecru #BFAF84

Tints of Ecru #BFAF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 38.35%
G = 35.14%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFAF84 (or 0xBFAF84) is known color: Ecru. HEX triplet: BF, AF and 84. RGB value is (191,175,132). Sum of RGB (Red+Green+Blue) = 191+175+132=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF84 is #40507B. Grayscale: #AFAFAF. Windows color (decimal): -4214908 or 8695743. OLE color: 8695743.

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

Color convert

RGB 191 175 132 -
CMYK 0 0.08 0.31 0.25
HSL 43.73º 0.32% 0.63% -
HSV(B) 43.73º 0.31% 0.75% -
XYZ 40.98 43.4 28.05 -
YUV 174.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 191 175 132 0 0.08 0.31 0.25 43.73 0.32 0.63
Hex BF AF 84 0 8 1F 19 2C 20 3F
Octal 277 257 204 0 10 37 31 54 40 77
Binary 10111111 10101111 10000100 0 1000 11111 11001 101100 100000 111111

Color Harmonies of #BFAF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF84

Black with #BFAF84

Text Example


Text Example

White with #BFAF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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