#B99467

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

Shades of Fallow #B99467

Tints of Fallow #B99467

Color information

#B99467 (or 0xB99467) is unknown color: approx Fallow. HEX triplet: B9, 94 and 67. RGB value is (185,148,103). Sum of RGB (Red+Green+Blue) = 185+148+103=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B99467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99467 is #466B98. Grayscale: #9A9A9A. Windows color (decimal): -4615065 or 6788281. OLE color: 6788281.

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

Color convert

RGB185148103-
CMYK00.200.440.27
HSL32.93º36.94%56.47%-
HSV(B)32.93º44.32%72.55%-
XYZ33.0532.4717.36-
YUV153.9399.26150.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 103 (40.62% from 255) = 23.62%
R=42.43%
G=33.94%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514810300.200.440.2732.9336.9456.47
HexB994670142C1B212538
Octal2712241470245433414570
Binary1011100110010100110011101010010110011011100001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99467; }

 p { color: rgb(185,148,103); }

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

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

 a { background-color: rgb(185,148,103); }

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

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

 span { border-color: rgb(185,148,103); }

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