Html Css Color HEX #BBAF82 Ecru

📋 copy color: '#BBAF82'

red 187 ◦ green 175 ◦ blue 130

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

Shades of Ecru #BBAF82

Tints of Ecru #BBAF82

RGB

 RED value IS 187 (73.44% from 255) = 38.01%

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

 BLUE value IS 130 (51.17% from 255) = 26.42%

R = 38.01%
G = 35.57%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BBAF82 (or 0xBBAF82) is known color: Ecru. HEX triplet: BB, AF and 82. RGB value is (187,175,130). Sum of RGB (Red+Green+Blue) = 187+175+130=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF82 is #44507D. Grayscale: #ADADAD. Windows color (decimal): -4477054 or 8564667. OLE color: 8564667.

HSL color Cylindrical-coordinate representation of color #BBAF82: hue angle of 47.37º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAF82 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 130 -
CMYK 0 0.06 0.30 0.27
HSL 47.37º 0.3% 0.62% -
HSV(B) 47.37º 0.3% 0.73% -
XYZ 39.85 42.84 27.29 -
YUV 173.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 187 175 130 0 0.06 0.30 0.27 47.37 0.3 0.62
Hex BB AF 82 0 6 1E 1B 2F 1E 3E
Octal 273 257 202 0 6 36 33 57 36 76
Binary 10111011 10101111 10000010 0 110 11110 11011 101111 11110 111110

Color Harmonies of #BBAF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF82

Black with #BBAF82

Text Example


Text Example

White with #BBAF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF82; }

 p { color: rgb(187,175,130); }

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

background-color css

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

 a { background-color: rgb(187,175,130); }

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

border-color css

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

 span { border-color: rgb(187,175,130); }

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