#B56F29

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

Shades of Reno Sand #B56F29

Tints of Reno Sand #B56F29

Color information

#B56F29 (or 0xB56F29) is unknown color: approx Reno Sand. HEX triplet: B5, 6F and 29. RGB value is (181,111,41). Sum of RGB (Red+Green+Blue) = 181+111+41=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56F29 is #4A90D6. Grayscale: #7C7C7C. Windows color (decimal): -4886743 or 2715573. OLE color: 2715573.

HSL color Cylindrical-coordinate representation of color #B56F29: hue angle of 30º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B56F29 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18111141-
CMYK00.390.770.29
HSL30º63.06%43.53%-
HSV(B)30º77.35%70.98%-
XYZ25.1421.354.89-
YUV123.9581.19168.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 12.31%
R=54.35%
G=33.33%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811114100.390.770.293063.0643.53
HexB56F290274D1D1e3f2c
Octal2651575104711535367754
Binary101101011101111101001010011110011011110111110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F29; }

 p { color: rgb(181,111,41); }

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

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

 a { background-color: rgb(181,111,41); }

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

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

 span { border-color: rgb(181,111,41); }

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