Html Css Color HEX #BBA370 Fallow

📋 copy color: '#BBA370'

red 187 ◦ green 163 ◦ blue 112

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

Shades of Fallow #BBA370

Tints of Fallow #BBA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.28%

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

R = 40.48%
G = 35.28%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBA370 (or 0xBBA370) is known color: Fallow. HEX triplet: BB, A3 and 70. RGB value is (187,163,112). Sum of RGB (Red+Green+Blue) = 187+163+112=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA370 is #445C8F. Grayscale: #A4A4A4. Windows color (decimal): -4480144 or 7381947. OLE color: 7381947.

HSL color Cylindrical-coordinate representation of color #BBA370: hue angle of 40.8º 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 #BBA370 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 112 -
CMYK 0 0.13 0.40 0.27
HSL 40.8º 0.36% 0.59% -
HSV(B) 40.8º 0.4% 0.73% -
XYZ 36.52 37.93 20.73 -
YUV 164.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 187 163 112 0 0.13 0.40 0.27 40.8 0.36 0.59
Hex BB A3 70 0 D 28 1B 29 24 3B
Octal 273 243 160 0 15 50 33 51 44 73
Binary 10111011 10100011 1110000 0 1101 101000 11011 101001 100100 111011

Color Harmonies of #BBA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA370

Black with #BBA370

Text Example


Text Example

White with #BBA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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