Html Css Color HEX #BBA771 Ecru

📋 copy color: '#BBA771'

red 187 ◦ green 167 ◦ blue 113

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

Shades of Ecru #BBA771

Tints of Ecru #BBA771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 40.04%
G = 35.76%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBA771 (or 0xBBA771) is known color: Ecru. HEX triplet: BB, A7 and 71. RGB value is (187,167,113). Sum of RGB (Red+Green+Blue) = 187+167+113=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA771 is #44588E. Grayscale: #A7A7A7. Windows color (decimal): -4479119 or 7448507. OLE color: 7448507.

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

Color convert

RGB 187 167 113 -
CMYK 0 0.11 0.40 0.27
HSL 43.78º 0.35% 0.59% -
HSV(B) 43.78º 0.4% 0.73% -
XYZ 37.29 39.39 21.26 -
YUV 166.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 187 167 113 0 0.11 0.40 0.27 43.78 0.35 0.59
Hex BB A7 71 0 B 28 1B 2C 23 3B
Octal 273 247 161 0 13 50 33 54 43 73
Binary 10111011 10100111 1110001 0 1011 101000 11011 101100 100011 111011

Color Harmonies of #BBA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA771

Black with #BBA771

Text Example


Text Example

White with #BBA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA771; }

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

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

background-color css

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

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

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

border-color css

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

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

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