#BBA475

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

Shades of Fallow #BBA475

Tints of Fallow #BBA475

Color information

#BBA475 (or 0xBBA475) is unknown color: approx Fallow. HEX triplet: BB, A4 and 75. RGB value is (187,164,117). Sum of RGB (Red+Green+Blue) = 187+164+117=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA475 is #445B8A. Grayscale: #A5A5A5. Windows color (decimal): -4479883 or 7709883. OLE color: 7709883.

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

Color convert

RGB187164117-
CMYK00.120.370.27
HSL40.29º33.98%59.61%-
HSV(B)40.29º37.43%73.33%-
XYZ36.9838.422.29-
YUV165.52100.62143.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 117 (46.09% from 255) = 25%
R=39.96%
G=35.04%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716411700.120.370.2740.2933.9859.61
HexBBA4750C251B28223c
Octal2732441650144533504274
Binary101110111010010011101010110010010111011101000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA475; }

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

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

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

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

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

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

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

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