Html Css Color HEX #BBA777 Ecru

📋 copy color: '#BBA777'

red 187 ◦ green 167 ◦ blue 119

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

Shades of Ecru #BBA777

Tints of Ecru #BBA777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.31%

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

R = 39.53%
G = 35.31%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBA777 (or 0xBBA777) is known color: Ecru. HEX triplet: BB, A7 and 77. RGB value is (187,167,119). Sum of RGB (Red+Green+Blue) = 187+167+119=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA777 is #445888. Grayscale: #A7A7A7. Windows color (decimal): -4479113 or 7841723. OLE color: 7841723.

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

Color convert

RGB 187 167 119 -
CMYK 0 0.11 0.36 0.27
HSL 42.35º 0.33% 0.6% -
HSV(B) 42.35º 0.36% 0.73% -
XYZ 37.64 39.53 23.1 -
YUV 167.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 187 167 119 0 0.11 0.36 0.27 42.35 0.33 0.6
Hex BB A7 77 0 B 24 1B 2A 21 3C
Octal 273 247 167 0 13 44 33 52 41 74
Binary 10111011 10100111 1110111 0 1011 100100 11011 101010 100001 111100

Color Harmonies of #BBA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA777

Black with #BBA777

Text Example


Text Example

White with #BBA777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA777; }

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

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

background-color css

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

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

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

border-color css

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

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

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