#B36B35

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

Shades of Reno Sand #B36B35

Tints of Reno Sand #B36B35

Color information

#B36B35 (or 0xB36B35) is unknown color: approx Reno Sand. HEX triplet: B3, 6B and 35. RGB value is (179,107,53). Sum of RGB (Red+Green+Blue) = 179+107+53=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36B35 is #4C94CA. Grayscale: #7A7A7A. Windows color (decimal): -5018827 or 3500979. OLE color: 3500979.

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

Color convert

RGB17910753-
CMYK00.400.700.30
HSL25.71º54.31%45.49%-
HSV(B)25.71º70.39%70.2%-
XYZ24.4920.366.01-
YUV122.3788.85168.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=52.80%
G=31.56%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791075300.400.700.3025.7154.3145.49
HexB36B35028461E1a362d
Octal2631536505010636326655
Binary101100111101011110101010100010001101111011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36B35; }

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

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

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

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

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

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

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

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