Html Css Color HEX #BBA076 Fallow

📋 copy color: '#BBA076'

red 187 ◦ green 160 ◦ blue 118

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

Shades of Fallow #BBA076

Tints of Fallow #BBA076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 40.22%
G = 34.41%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA076 (or 0xBBA076) is known color: Fallow. HEX triplet: BB, A0 and 76. RGB value is (187,160,118). Sum of RGB (Red+Green+Blue) = 187+160+118=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA076 is #445F89. Grayscale: #A3A3A3. Windows color (decimal): -4480906 or 7774395. OLE color: 7774395.

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

Color convert

RGB 187 160 118 -
CMYK 0 0.14 0.37 0.27
HSL 36.52º 0.34% 0.6% -
HSV(B) 36.52º 0.37% 0.73% -
XYZ 36.33 37.01 22.37 -
YUV 163.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 187 160 118 0 0.14 0.37 0.27 36.52 0.34 0.6
Hex BB A0 76 0 E 25 1B 25 22 3C
Octal 273 240 166 0 16 45 33 45 42 74
Binary 10111011 10100000 1110110 0 1110 100101 11011 100101 100010 111100

Color Harmonies of #BBA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA076

Black with #BBA076

Text Example


Text Example

White with #BBA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA076; }

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

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

background-color css

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

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

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

border-color css

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

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

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