Html Css Color HEX #BBB079 Ecru

📋 copy color: '#BBB079'

red 187 ◦ green 176 ◦ blue 121

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

Shades of Ecru #BBB079

Tints of Ecru #BBB079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25%

R = 38.64%
G = 36.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBB079 (or 0xBBB079) is known color: Ecru. HEX triplet: BB, B0 and 79. RGB value is (187,176,121). Sum of RGB (Red+Green+Blue) = 187+176+121=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB079 is #444F86. Grayscale: #ADADAD. Windows color (decimal): -4476807 or 7975099. OLE color: 7975099.

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

Color convert

RGB 187 176 121 -
CMYK 0 0.06 0.35 0.27
HSL 50º 0.33% 0.6% -
HSV(B) 50º 0.35% 0.73% -
XYZ 39.47 43 24.31 -
YUV 173.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 187 176 121 0 0.06 0.35 0.27 50 0.33 0.6
Hex BB B0 79 0 6 23 1B 32 21 3C
Octal 273 260 171 0 6 43 33 62 41 74
Binary 10111011 10110000 1111001 0 110 100011 11011 110010 100001 111100

Color Harmonies of #BBB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB079

Black with #BBB079

Text Example


Text Example

White with #BBB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB079; }

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

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

background-color css

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

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

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

border-color css

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

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

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