Html Css Color HEX #BBB37D Ecru

📋 copy color: '#BBB37D'

red 187 ◦ green 179 ◦ blue 125

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

Shades of Ecru #BBB37D

Tints of Ecru #BBB37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.46%

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 38.09%
G = 36.46%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBB37D (or 0xBBB37D) is known color: Ecru. HEX triplet: BB, B3 and 7D. RGB value is (187,179,125). Sum of RGB (Red+Green+Blue) = 187+179+125=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB37D is #444C82. Grayscale: #AFAFAF. Windows color (decimal): -4476035 or 8238011. OLE color: 8238011.

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

Color convert

RGB 187 179 125 -
CMYK 0 0.04 0.33 0.27
HSL 52.26º 0.31% 0.61% -
HSV(B) 52.26º 0.33% 0.73% -
XYZ 40.32 44.29 25.83 -
YUV 175.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 187 179 125 0 0.04 0.33 0.27 52.26 0.31 0.61
Hex BB B3 7D 0 4 21 1B 34 1F 3D
Octal 273 263 175 0 4 41 33 64 37 75
Binary 10111011 10110011 1111101 0 100 100001 11011 110100 11111 111101

Color Harmonies of #BBB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB37D

Black with #BBB37D

Text Example


Text Example

White with #BBB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB37D; }

 p { color: rgb(187,179,125); }

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

background-color css

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

 a { background-color: rgb(187,179,125); }

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

border-color css

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

 span { border-color: rgb(187,179,125); }

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