Html Css Color HEX #BBAC73 Ecru

📋 copy color: '#BBAC73'

red 187 ◦ green 172 ◦ blue 115

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

Shades of Ecru #BBAC73

Tints of Ecru #BBAC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

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

R = 39.45%
G = 36.29%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBAC73 (or 0xBBAC73) is known color: Ecru. HEX triplet: BB, AC and 73. RGB value is (187,172,115). Sum of RGB (Red+Green+Blue) = 187+172+115=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC73 is #44538C. Grayscale: #AAAAAA. Windows color (decimal): -4477837 or 7580859. OLE color: 7580859.

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

Color convert

RGB 187 172 115 -
CMYK 0 0.08 0.39 0.27
HSL 47.5º 0.35% 0.59% -
HSV(B) 47.5º 0.39% 0.73% -
XYZ 38.34 41.31 22.17 -
YUV 169.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 187 172 115 0 0.08 0.39 0.27 47.5 0.35 0.59
Hex BB AC 73 0 8 27 1B 30 23 3B
Octal 273 254 163 0 10 47 33 60 43 73
Binary 10111011 10101100 1110011 0 1000 100111 11011 110000 100011 111011

Color Harmonies of #BBAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC73

Black with #BBAC73

Text Example


Text Example

White with #BBAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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