Html Css Color HEX #BBA877 Ecru

📋 copy color: '#BBA877'

red 187 ◦ green 168 ◦ blue 119

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

Shades of Ecru #BBA877

Tints of Ecru #BBA877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 39.45%
G = 35.44%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBA877 (or 0xBBA877) is known color: Ecru. HEX triplet: BB, A8 and 77. RGB value is (187,168,119). Sum of RGB (Red+Green+Blue) = 187+168+119=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA877 is #445788. Grayscale: #A8A8A8. Windows color (decimal): -4478857 or 7841979. OLE color: 7841979.

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

Color convert

RGB 187 168 119 -
CMYK 0 0.10 0.36 0.27
HSL 43.24º 0.33% 0.6% -
HSV(B) 43.24º 0.36% 0.73% -
XYZ 37.83 39.9 23.16 -
YUV 168.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 187 168 119 0 0.10 0.36 0.27 43.24 0.33 0.6
Hex BB A8 77 0 A 24 1B 2B 21 3C
Octal 273 250 167 0 12 44 33 53 41 74
Binary 10111011 10101000 1110111 0 1010 100100 11011 101011 100001 111100

Color Harmonies of #BBA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA877

Black with #BBA877

Text Example


Text Example

White with #BBA877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA877; }

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

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

background-color css

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

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

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

border-color css

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

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

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