#b36b30

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

Shades of Reno Sand #B36B30

Tints of Reno Sand #B36B30

Color information

#B36B30 (or 0xB36B30) is unknown color: approx Reno Sand. HEX triplet: B3, 6B and 30. RGB value is (179,107,48). Sum of RGB (Red+Green+Blue) = 179+107+48=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36B30 is #4C94CF. Grayscale: #7A7A7A. Windows color (decimal): -5018832 or 3173299. OLE color: 3173299.

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

Color convert

RGB17910748-
CMYK00.400.730.30
HSL27.02º57.71%44.51%-
HSV(B)27.02º73.18%70.2%-
XYZ24.3820.315.43-
YUV121.886.35168.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 48 (19.14% from 255) = 14.37%
R=53.59%
G=32.04%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791074800.400.730.3027.0257.7144.51
HexB36B30028491E1b3a2d
Octal2631536005011136337255
Binary101100111101011110000010100010010011111011011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36b30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36b30; }

 p { color: rgb(179,107,48); }

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

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

 a { background-color: rgb(179,107,48); }

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

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

 span { border-color: rgb(179,107,48); }

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