Html Css Color HEX #BBA079 Fallow

📋 copy color: '#BBA079'

red 187 ◦ green 160 ◦ blue 121

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

Shades of Fallow #BBA079

Tints of Fallow #BBA079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 39.96%
G = 34.19%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBA079 (or 0xBBA079) is known color: Fallow. HEX triplet: BB, A0 and 79. RGB value is (187,160,121). Sum of RGB (Red+Green+Blue) = 187+160+121=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA079 is #445F86. Grayscale: #A3A3A3. Windows color (decimal): -4480903 or 7971003. OLE color: 7971003.

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

Color convert

RGB 187 160 121 -
CMYK 0 0.14 0.35 0.27
HSL 35.45º 0.33% 0.6% -
HSV(B) 35.45º 0.35% 0.73% -
XYZ 36.52 37.09 23.32 -
YUV 163.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 187 160 121 0 0.14 0.35 0.27 35.45 0.33 0.6
Hex BB A0 79 0 E 23 1B 23 21 3C
Octal 273 240 171 0 16 43 33 43 41 74
Binary 10111011 10100000 1111001 0 1110 100011 11011 100011 100001 111100

Color Harmonies of #BBA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA079

Black with #BBA079

Text Example


Text Example

White with #BBA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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