#B9936E

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

Shades of Fallow #B9936E

Tints of Fallow #B9936E

Color information

#B9936E (or 0xB9936E) is unknown color: approx Fallow. HEX triplet: B9, 93 and 6E. RGB value is (185,147,110). Sum of RGB (Red+Green+Blue) = 185+147+110=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9936E is #466C91. Grayscale: #9A9A9A. Windows color (decimal): -4615314 or 7246777. OLE color: 7246777.

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

Color convert

RGB185147110-
CMYK00.210.410.27
HSL29.6º34.88%57.84%-
HSV(B)29.6º40.54%72.55%-
XYZ33.2632.3119.24-
YUV154.14103.09150.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=41.86%
G=33.26%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514711000.210.410.2729.634.8857.84
HexB9936E015291B1e233a
Octal2712231560255133364372
Binary101110011001001111011100101011010011101111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9936E; }

 p { color: rgb(185,147,110); }

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

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

 a { background-color: rgb(185,147,110); }

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

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

 span { border-color: rgb(185,147,110); }

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