#B46930

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

Shades of Reno Sand #B46930

Tints of Reno Sand #B46930

Color information

#B46930 (or 0xB46930) is unknown color: approx Reno Sand. HEX triplet: B4, 69 and 30. RGB value is (180,105,48). Sum of RGB (Red+Green+Blue) = 180+105+48=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B46930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46930 is #4B96CF. Grayscale: #797979. Windows color (decimal): -4953808 or 3172788. OLE color: 3172788.

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

Color convert

RGB18010548-
CMYK00.420.730.29
HSL25.91º57.89%44.71%-
HSV(B)25.91º73.33%70.59%-
XYZ24.4120.025.37-
YUV120.9386.85170.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 48 (19.14% from 255) = 14.41%
R=54.05%
G=31.53%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801054800.420.730.2925.9157.8944.71
HexB4693002A491D1a3a2d
Octal2641516005211135327255
Binary101101001101001110000010101010010011110111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46930; }

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

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

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

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

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

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

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

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