Html Css Color HEX #BBA074 Fallow

📋 copy color: '#BBA074'

red 187 ◦ green 160 ◦ blue 116

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

Shades of Fallow #BBA074

Tints of Fallow #BBA074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 40.39%
G = 34.56%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBA074 (or 0xBBA074) is known color: Fallow. HEX triplet: BB, A0 and 74. RGB value is (187,160,116). Sum of RGB (Red+Green+Blue) = 187+160+116=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA074 is #445F8B. Grayscale: #A3A3A3. Windows color (decimal): -4480908 or 7643323. OLE color: 7643323.

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

Color convert

RGB 187 160 116 -
CMYK 0 0.14 0.38 0.27
HSL 37.18º 0.34% 0.59% -
HSV(B) 37.18º 0.38% 0.73% -
XYZ 36.22 36.97 21.75 -
YUV 163.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 187 160 116 0 0.14 0.38 0.27 37.18 0.34 0.59
Hex BB A0 74 0 E 26 1B 25 22 3B
Octal 273 240 164 0 16 46 33 45 42 73
Binary 10111011 10100000 1110100 0 1110 100110 11011 100101 100010 111011

Color Harmonies of #BBA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA074

Black with #BBA074

Text Example


Text Example

White with #BBA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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