Html Css Color HEX #BBA977 Ecru

📋 copy color: '#BBA977'

red 187 ◦ green 169 ◦ blue 119

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

Shades of Ecru #BBA977

Tints of Ecru #BBA977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.58%

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

R = 39.37%
G = 35.58%
B = 25.05%

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

#BBA977 (or 0xBBA977) is known color: Ecru. HEX triplet: BB, A9 and 77. RGB value is (187,169,119). Sum of RGB (Red+Green+Blue) = 187+169+119=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA977 is #445688. Grayscale: #A8A8A8. Windows color (decimal): -4478601 or 7842235. OLE color: 7842235.

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

Color convert

RGB 187 169 119 -
CMYK 0 0.10 0.36 0.27
HSL 44.12º 0.33% 0.6% -
HSV(B) 44.12º 0.36% 0.73% -
XYZ 38.01 40.27 23.22 -
YUV 168.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 187 169 119 0 0.10 0.36 0.27 44.12 0.33 0.6
Hex BB A9 77 0 A 24 1B 2C 21 3C
Octal 273 251 167 0 12 44 33 54 41 74
Binary 10111011 10101001 1110111 0 1010 100100 11011 101100 100001 111100

Color Harmonies of #BBA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA977

Black with #BBA977

Text Example


Text Example

White with #BBA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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