#B46D30

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

Shades of Reno Sand #B46D30

Tints of Reno Sand #B46D30

Color information

#B46D30 (or 0xB46D30) is unknown color: approx Reno Sand. HEX triplet: B4, 6D and 30. RGB value is (180,109,48). Sum of RGB (Red+Green+Blue) = 180+109+48=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D30 is #4B92CF. Grayscale: #7B7B7B. Windows color (decimal): -4952784 or 3173812. OLE color: 3173812.

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

Color convert

RGB18010948-
CMYK00.390.730.29
HSL27.73º57.89%44.71%-
HSV(B)27.73º73.33%70.59%-
XYZ24.8220.855.51-
YUV123.2885.52168.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 48 (19.14% from 255) = 14.24%
R=53.41%
G=32.34%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801094800.390.730.2927.7357.8944.71
HexB46D30027491D1c3a2d
Octal2641556004711135347255
Binary101101001101101110000010011110010011110111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D30; }

 p { color: rgb(180,109,48); }

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

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

 a { background-color: rgb(180,109,48); }

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

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

 span { border-color: rgb(180,109,48); }

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