Html Css Color HEX #BBA874 Ecru

📋 copy color: '#BBA874'

red 187 ◦ green 168 ◦ blue 116

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

Shades of Ecru #BBA874

Tints of Ecru #BBA874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 39.7%
G = 35.67%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBA874 (or 0xBBA874) is known color: Ecru. HEX triplet: BB, A8 and 74. RGB value is (187,168,116). Sum of RGB (Red+Green+Blue) = 187+168+116=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA874 is #44578B. Grayscale: #A7A7A7. Windows color (decimal): -4478860 or 7645371. OLE color: 7645371.

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

Color convert

RGB 187 168 116 -
CMYK 0 0.10 0.38 0.27
HSL 43.94º 0.34% 0.59% -
HSV(B) 43.94º 0.38% 0.73% -
XYZ 37.65 39.83 22.23 -
YUV 167.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 187 168 116 0 0.10 0.38 0.27 43.94 0.34 0.59
Hex BB A8 74 0 A 26 1B 2C 22 3B
Octal 273 250 164 0 12 46 33 54 42 73
Binary 10111011 10101000 1110100 0 1010 100110 11011 101100 100010 111011

Color Harmonies of #BBA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA874

Black with #BBA874

Text Example


Text Example

White with #BBA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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