#B4936C

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

Shades of Fallow #B4936C

Tints of Fallow #B4936C

Color information

#B4936C (or 0xB4936C) is unknown color: approx Fallow. HEX triplet: B4, 93 and 6C. RGB value is (180,147,108). Sum of RGB (Red+Green+Blue) = 180+147+108=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4936C is #4B6C93. Grayscale: #989898. Windows color (decimal): -4942996 or 7115700. OLE color: 7115700.

HSL color Cylindrical-coordinate representation of color #B4936C: hue angle of 32.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4936C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB180147108-
CMYK00.180.400.29
HSL32.5º32.43%56.47%-
HSV(B)32.5º40%70.59%-
XYZ31.9631.6518.61-
YUV152.42102.93147.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=41.38%
G=33.79%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014710800.180.400.2932.532.4356.47
HexB4936C012281D212038
Octal2642231540225035414070
Binary1011010010010011110110001001010100011101100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4936C; }

 p { color: rgb(180,147,108); }

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

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

 a { background-color: rgb(180,147,108); }

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

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

 span { border-color: rgb(180,147,108); }

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