Html Css Color HEX #BBA072 Fallow

📋 copy color: '#BBA072'

red 187 ◦ green 160 ◦ blue 114

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

Shades of Fallow #BBA072

Tints of Fallow #BBA072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 40.56%
G = 34.71%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBA072 (or 0xBBA072) is known color: Fallow. HEX triplet: BB, A0 and 72. RGB value is (187,160,114). Sum of RGB (Red+Green+Blue) = 187+160+114=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA072 is #445F8D. Grayscale: #A3A3A3. Windows color (decimal): -4480910 or 7512251. OLE color: 7512251.

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

Color convert

RGB 187 160 114 -
CMYK 0 0.14 0.39 0.27
HSL 37.81º 0.35% 0.59% -
HSV(B) 37.81º 0.39% 0.73% -
XYZ 36.1 36.92 21.14 -
YUV 162.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 187 160 114 0 0.14 0.39 0.27 37.81 0.35 0.59
Hex BB A0 72 0 E 27 1B 26 23 3B
Octal 273 240 162 0 16 47 33 46 43 73
Binary 10111011 10100000 1110010 0 1110 100111 11011 100110 100011 111011

Color Harmonies of #BBA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA072

Black with #BBA072

Text Example


Text Example

White with #BBA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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