#B99267

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

Shades of Fallow #B99267

Tints of Fallow #B99267

Color information

#B99267 (or 0xB99267) is unknown color: approx Fallow. HEX triplet: B9, 92 and 67. RGB value is (185,146,103). Sum of RGB (Red+Green+Blue) = 185+146+103=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99267 is #466D98. Grayscale: #989898. Windows color (decimal): -4615577 or 6787769. OLE color: 6787769.

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

Color convert

RGB185146103-
CMYK00.210.440.27
HSL31.46º36.94%56.47%-
HSV(B)31.46º44.32%72.55%-
XYZ32.7331.8517.25-
YUV152.7699.92151-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=42.63%
G=33.64%
B=23.73%

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
Decimal18514610300.210.440.2731.4636.9456.47
HexB992670152C1B1f2538
Octal2712221470255433374570
Binary101110011001001011001110101011011001101111111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99267; }

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

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

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

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

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

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

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

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