#B56A29

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

Shades of Reno Sand #B56A29

Tints of Reno Sand #B56A29

Color information

#B56A29 (or 0xB56A29) is unknown color: approx Reno Sand. HEX triplet: B5, 6A and 29. RGB value is (181,106,41). Sum of RGB (Red+Green+Blue) = 181+106+41=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56A29 is #4A95D6. Grayscale: #797979. Windows color (decimal): -4888023 or 2714293. OLE color: 2714293.

HSL color Cylindrical-coordinate representation of color #B56A29: hue angle of 27.86º 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 #B56A29 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18110641-
CMYK00.410.770.29
HSL27.86º63.06%43.53%-
HSV(B)27.86º77.35%70.98%-
XYZ24.6120.294.72-
YUV121.0282.85170.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 41 (16.41% from 255) = 12.5%
R=55.18%
G=32.32%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811064100.410.770.2927.8663.0643.53
HexB56A290294D1D1c3f2c
Octal2651525105111535347754
Binary101101011101010101001010100110011011110111100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A29; }

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

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

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

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

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

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

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

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