#BBA275

Color #BBA275 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #BBA275

Tints of Fallow #BBA275

Color information

#BBA275 (or 0xBBA275) is unknown color: approx Fallow. HEX triplet: BB, A2 and 75. RGB value is (187,162,117). Sum of RGB (Red+Green+Blue) = 187+162+117=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA275 is #445D8A. Grayscale: #A4A4A4. Windows color (decimal): -4480395 or 7709371. OLE color: 7709371.

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

Color convert

RGB187162117-
CMYK00.130.370.27
HSL38.57º33.98%59.61%-
HSV(B)38.57º37.43%73.33%-
XYZ36.6237.6922.17-
YUV164.34101.28144.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=40.13%
G=34.76%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716211700.130.370.2738.5733.9859.61
HexBBA2750D251B27223c
Octal2732421650154533474274
Binary101110111010001011101010110110010111011100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA275; }

 p { color: rgb(187,162,117); }

 H1.HeaderClassName
 {
   color: #BBA275;
 }
 .AnyTagClassName
 {
   color: #BBA275;
 }
</style>
background-color css

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

 a { background-color: rgb(187,162,117); }

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

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

 span { border-color: rgb(187,162,117); }

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