Html Css Color HEX #BBA570 Fallow

📋 copy color: '#BBA570'

red 187 ◦ green 165 ◦ blue 112

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

Shades of Fallow #BBA570

Tints of Fallow #BBA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

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

R = 40.3%
G = 35.56%
B = 24.14%

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

#BBA570 (or 0xBBA570) is known color: Fallow. HEX triplet: BB, A5 and 70. RGB value is (187,165,112). Sum of RGB (Red+Green+Blue) = 187+165+112=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA570 is #445A8F. Grayscale: #A5A5A5. Windows color (decimal): -4479632 or 7382459. OLE color: 7382459.

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

Color convert

RGB 187 165 112 -
CMYK 0 0.12 0.40 0.27
HSL 42.4º 0.36% 0.59% -
HSV(B) 42.4º 0.4% 0.73% -
XYZ 36.87 38.64 20.85 -
YUV 165.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 187 165 112 0 0.12 0.40 0.27 42.4 0.36 0.59
Hex BB A5 70 0 C 28 1B 2A 24 3B
Octal 273 245 160 0 14 50 33 52 44 73
Binary 10111011 10100101 1110000 0 1100 101000 11011 101010 100100 111011

Color Harmonies of #BBA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA570

Black with #BBA570

Text Example


Text Example

White with #BBA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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