Html Css Color HEX #BBA873 Ecru

📋 copy color: '#BBA873'

red 187 ◦ green 168 ◦ blue 115

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

Shades of Ecru #BBA873

Tints of Ecru #BBA873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

 BLUE value IS 115 (45.31% from 255) = 24.47%

R = 39.79%
G = 35.74%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBA873 (or 0xBBA873) is known color: Ecru. HEX triplet: BB, A8 and 73. RGB value is (187,168,115). Sum of RGB (Red+Green+Blue) = 187+168+115=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA873 is #44578C. Grayscale: #A7A7A7. Windows color (decimal): -4478861 or 7579835. OLE color: 7579835.

HSL color Cylindrical-coordinate representation of color #BBA873: hue angle of 44.17º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBA873 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 115 -
CMYK 0 0.10 0.39 0.27
HSL 44.17º 0.35% 0.59% -
HSV(B) 44.17º 0.39% 0.73% -
XYZ 37.59 39.81 21.92 -
YUV 167.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 187 168 115 0 0.10 0.39 0.27 44.17 0.35 0.59
Hex BB A8 73 0 A 27 1B 2C 23 3B
Octal 273 250 163 0 12 47 33 54 43 73
Binary 10111011 10101000 1110011 0 1010 100111 11011 101100 100011 111011

Color Harmonies of #BBA873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA873

Black with #BBA873

Text Example


Text Example

White with #BBA873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA873; }

 p { color: rgb(187,168,115); }

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

background-color css

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

 a { background-color: rgb(187,168,115); }

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

border-color css

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

 span { border-color: rgb(187,168,115); }

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