Html Css Color HEX #BBB47C Ecru

📋 copy color: '#BBB47C'

red 187 ◦ green 180 ◦ blue 124

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

Shades of Ecru #BBB47C

Tints of Ecru #BBB47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.66%

 BLUE value IS 124 (48.83% from 255) = 25.25%

R = 38.09%
G = 36.66%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBB47C (or 0xBBB47C) is known color: Ecru. HEX triplet: BB, B4 and 7C. RGB value is (187,180,124). Sum of RGB (Red+Green+Blue) = 187+180+124=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB47C is #444B83. Grayscale: #AFAFAF. Windows color (decimal): -4475780 or 8172731. OLE color: 8172731.

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

Color convert

RGB 187 180 124 -
CMYK 0 0.04 0.34 0.27
HSL 53.33º 0.32% 0.61% -
HSV(B) 53.33º 0.34% 0.73% -
XYZ 40.45 44.66 25.56 -
YUV 175.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 187 180 124 0 0.04 0.34 0.27 53.33 0.32 0.61
Hex BB B4 7C 0 4 22 1B 35 20 3D
Octal 273 264 174 0 4 42 33 65 40 75
Binary 10111011 10110100 1111100 0 100 100010 11011 110101 100000 111101

Color Harmonies of #BBB47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB47C

Black with #BBB47C

Text Example


Text Example

White with #BBB47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB47C; }

 p { color: rgb(187,180,124); }

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

background-color css

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

 a { background-color: rgb(187,180,124); }

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

border-color css

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

 span { border-color: rgb(187,180,124); }

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