Html Css Color HEX #BBAB7C Ecru

📋 copy color: '#BBAB7C'

red 187 ◦ green 171 ◦ blue 124

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

Shades of Ecru #BBAB7C

Tints of Ecru #BBAB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 38.8%
G = 35.48%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBAB7C (or 0xBBAB7C) is known color: Ecru. HEX triplet: BB, AB and 7C. RGB value is (187,171,124). Sum of RGB (Red+Green+Blue) = 187+171+124=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB7C is #445483. Grayscale: #AAAAAA. Windows color (decimal): -4478084 or 8170427. OLE color: 8170427.

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

Color convert

RGB 187 171 124 -
CMYK 0 0.09 0.34 0.27
HSL 44.76º 0.32% 0.61% -
HSV(B) 44.76º 0.34% 0.73% -
XYZ 38.69 41.15 24.97 -
YUV 170.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 187 171 124 0 0.09 0.34 0.27 44.76 0.32 0.61
Hex BB AB 7C 0 9 22 1B 2D 20 3D
Octal 273 253 174 0 11 42 33 55 40 75
Binary 10111011 10101011 1111100 0 1001 100010 11011 101101 100000 111101

Color Harmonies of #BBAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB7C

Black with #BBAB7C

Text Example


Text Example

White with #BBAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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