Html Css Color HEX #BBAD80 Ecru

📋 copy color: '#BBAD80'

red 187 ◦ green 173 ◦ blue 128

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

Shades of Ecru #BBAD80

Tints of Ecru #BBAD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.45%

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 38.32%
G = 35.45%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBAD80 (or 0xBBAD80) is known color: Ecru. HEX triplet: BB, AD and 80. RGB value is (187,173,128). Sum of RGB (Red+Green+Blue) = 187+173+128=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD80 is #44527F. Grayscale: #ACACAC. Windows color (decimal): -4477568 or 8433083. OLE color: 8433083.

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

Color convert

RGB 187 173 128 -
CMYK 0 0.07 0.32 0.27
HSL 45.76º 0.3% 0.62% -
HSV(B) 45.76º 0.32% 0.73% -
XYZ 39.33 42.01 26.46 -
YUV 172.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 187 173 128 0 0.07 0.32 0.27 45.76 0.3 0.62
Hex BB AD 80 0 7 20 1B 2E 1E 3E
Octal 273 255 200 0 7 40 33 56 36 76
Binary 10111011 10101101 10000000 0 111 100000 11011 101110 11110 111110

Color Harmonies of #BBAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD80

Black with #BBAD80

Text Example


Text Example

White with #BBAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD80; }

 p { color: rgb(187,173,128); }

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

background-color css

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

 a { background-color: rgb(187,173,128); }

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

border-color css

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

 span { border-color: rgb(187,173,128); }

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