#B4956B

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

Shades of Fallow #B4956B

Tints of Fallow #B4956B

Color information

#B4956B (or 0xB4956B) is unknown color: approx Fallow. HEX triplet: B4, 95 and 6B. RGB value is (180,149,107). Sum of RGB (Red+Green+Blue) = 180+149+107=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4956B is #4B6A94. Grayscale: #999999. Windows color (decimal): -4942485 or 7050676. OLE color: 7050676.

HSL color Cylindrical-coordinate representation of color #B4956B: hue angle of 34.52º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4956B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180149107-
CMYK00.170.410.29
HSL34.52º32.74%56.27%-
HSV(B)34.52º40.56%70.59%-
XYZ32.2232.2618.44-
YUV153.48101.77146.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=41.28%
G=34.17%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014910700.170.410.2934.5232.7456.27
HexB4956B011291D232138
Octal2642251530215135434170
Binary1011010010010101110101101000110100111101100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4956B; }

 p { color: rgb(180,149,107); }

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

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

 a { background-color: rgb(180,149,107); }

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

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

 span { border-color: rgb(180,149,107); }

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