Html Css Color HEX #BBA077 Fallow

📋 copy color: '#BBA077'

red 187 ◦ green 160 ◦ blue 119

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

Shades of Fallow #BBA077

Tints of Fallow #BBA077

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.33%

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

R = 40.13%
G = 34.33%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBA077 (or 0xBBA077) is known color: Fallow. HEX triplet: BB, A0 and 77. RGB value is (187,160,119). Sum of RGB (Red+Green+Blue) = 187+160+119=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA077 is #445F88. Grayscale: #A3A3A3. Windows color (decimal): -4480905 or 7839931. OLE color: 7839931.

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

Color convert

RGB 187 160 119 -
CMYK 0 0.14 0.36 0.27
HSL 36.18º 0.33% 0.6% -
HSV(B) 36.18º 0.36% 0.73% -
XYZ 36.39 37.04 22.68 -
YUV 163.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 187 160 119 0 0.14 0.36 0.27 36.18 0.33 0.6
Hex BB A0 77 0 E 24 1B 24 21 3C
Octal 273 240 167 0 16 44 33 44 41 74
Binary 10111011 10100000 1110111 0 1110 100100 11011 100100 100001 111100

Color Harmonies of #BBA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA077

Black with #BBA077

Text Example


Text Example

White with #BBA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA077; }

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

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

background-color css

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

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

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

border-color css

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

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

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