Html Css Color HEX #BBB57D Ecru

📋 copy color: '#BBB57D'

red 187 ◦ green 181 ◦ blue 125

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

Shades of Ecru #BBB57D

Tints of Ecru #BBB57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.71%

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

R = 37.93%
G = 36.71%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBB57D (or 0xBBB57D) is known color: Ecru. HEX triplet: BB, B5 and 7D. RGB value is (187,181,125). Sum of RGB (Red+Green+Blue) = 187+181+125=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB57D is #444A82. Grayscale: #B0B0B0. Windows color (decimal): -4475523 or 8238523. OLE color: 8238523.

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

Color convert

RGB 187 181 125 -
CMYK 0 0.03 0.33 0.27
HSL 54.19º 0.31% 0.61% -
HSV(B) 54.19º 0.33% 0.73% -
XYZ 40.72 45.09 25.96 -
YUV 176.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 187 181 125 0 0.03 0.33 0.27 54.19 0.31 0.61
Hex BB B5 7D 0 3 21 1B 36 1F 3D
Octal 273 265 175 0 3 41 33 66 37 75
Binary 10111011 10110101 1111101 0 11 100001 11011 110110 11111 111101

Color Harmonies of #BBB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB57D

Black with #BBB57D

Text Example


Text Example

White with #BBB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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