Html Css Color HEX #BBA470 Fallow

📋 copy color: '#BBA470'

red 187 ◦ green 164 ◦ blue 112

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

Shades of Fallow #BBA470

Tints of Fallow #BBA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 40.39%
G = 35.42%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBA470 (or 0xBBA470) is known color: Fallow. HEX triplet: BB, A4 and 70. RGB value is (187,164,112). Sum of RGB (Red+Green+Blue) = 187+164+112=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA470 is #445B8F. Grayscale: #A5A5A5. Windows color (decimal): -4479888 or 7382203. OLE color: 7382203.

HSL color Cylindrical-coordinate representation of color #BBA470: hue angle of 41.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBA470 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 112 -
CMYK 0 0.12 0.40 0.27
HSL 41.6º 0.36% 0.59% -
HSV(B) 41.6º 0.4% 0.73% -
XYZ 36.69 38.29 20.79 -
YUV 164.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 187 164 112 0 0.12 0.40 0.27 41.6 0.36 0.59
Hex BB A4 70 0 C 28 1B 2A 24 3B
Octal 273 244 160 0 14 50 33 52 44 73
Binary 10111011 10100100 1110000 0 1100 101000 11011 101010 100100 111011

Color Harmonies of #BBA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA470

Black with #BBA470

Text Example


Text Example

White with #BBA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA470; }

 p { color: rgb(187,164,112); }

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

background-color css

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

 a { background-color: rgb(187,164,112); }

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

border-color css

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

 span { border-color: rgb(187,164,112); }

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