#BB9468

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

Shades of Fallow #BB9468

Tints of Fallow #BB9468

Color information

#BB9468 (or 0xBB9468) is unknown color: approx Fallow. HEX triplet: BB, 94 and 68. RGB value is (187,148,104). Sum of RGB (Red+Green+Blue) = 187+148+104=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9468 is #446B97. Grayscale: #9A9A9A. Windows color (decimal): -4483992 or 6853819. OLE color: 6853819.

HSL color Cylindrical-coordinate representation of color #BB9468: hue angle of 31.81º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB9468 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187148104-
CMYK00.210.440.27
HSL31.81º37.9%57.06%-
HSV(B)31.81º44.39%73.33%-
XYZ33.5832.7417.65-
YUV154.6499.42151.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=42.60%
G=33.71%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714810400.210.440.2731.8137.957.06
HexBB94680152C1B202639
Octal2732241500255433404671
Binary1011101110010100110100001010110110011011100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9468; }

 p { color: rgb(187,148,104); }

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

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

 a { background-color: rgb(187,148,104); }

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

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

 span { border-color: rgb(187,148,104); }

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