Html Css Color HEX #BBB082 Ecru

📋 copy color: '#BBB082'

red 187 ◦ green 176 ◦ blue 130

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

Shades of Ecru #BBB082

Tints of Ecru #BBB082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

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

R = 37.93%
G = 35.7%
B = 26.37%

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

#BBB082 (or 0xBBB082) is known color: Ecru. HEX triplet: BB, B0 and 82. RGB value is (187,176,130). Sum of RGB (Red+Green+Blue) = 187+176+130=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB082 is #444F7D. Grayscale: #AEAEAE. Windows color (decimal): -4476798 or 8564923. OLE color: 8564923.

HSL color Cylindrical-coordinate representation of color #BBB082: hue angle of 48.42º 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 #BBB082 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 176 130 -
CMYK 0 0.06 0.30 0.27
HSL 48.42º 0.3% 0.62% -
HSV(B) 48.42º 0.3% 0.73% -
XYZ 40.05 43.23 27.35 -
YUV 174.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 187 176 130 0 0.06 0.30 0.27 48.42 0.3 0.62
Hex BB B0 82 0 6 1E 1B 30 1E 3E
Octal 273 260 202 0 6 36 33 60 36 76
Binary 10111011 10110000 10000010 0 110 11110 11011 110000 11110 111110

Color Harmonies of #BBB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB082

Black with #BBB082

Text Example


Text Example

White with #BBB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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