#B07236

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

Shades of Reno Sand #B07236

Tints of Reno Sand #B07236

Color information

#B07236 (or 0xB07236) is unknown color: approx Reno Sand. HEX triplet: B0, 72 and 36. RGB value is (176,114,54). Sum of RGB (Red+Green+Blue) = 176+114+54=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B07236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07236 is #4F8DC9. Grayscale: #7D7D7D. Windows color (decimal): -5213642 or 3568304. OLE color: 3568304.

HSL color Cylindrical-coordinate representation of color #B07236: hue angle of 29.51º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B07236 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17611454-
CMYK00.350.690.31
HSL29.51º53.04%45.1%-
HSV(B)29.51º69.32%69.02%-
XYZ24.5921.536.35-
YUV125.787.54163.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=51.16%
G=33.14%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761145400.350.690.3129.5153.0445.1
HexB07236023451F1e352d
Octal2601626604310537366555
Binary101100001110010110110010001110001011111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07236; }

 p { color: rgb(176,114,54); }

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

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

 a { background-color: rgb(176,114,54); }

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

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

 span { border-color: rgb(176,114,54); }

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