#B67235

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

Shades of Reno Sand #B67235

Tints of Reno Sand #B67235

Color information

#B67235 (or 0xB67235) is unknown color: approx Reno Sand. HEX triplet: B6, 72 and 35. RGB value is (182,114,53). Sum of RGB (Red+Green+Blue) = 182+114+53=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B67235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67235 is #498DCA. Grayscale: #7F7F7F. Windows color (decimal): -4820427 or 3502774. OLE color: 3502774.

HSL color Cylindrical-coordinate representation of color #B67235: hue angle of 28.37º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B67235 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18211453-
CMYK00.370.710.29
HSL28.37º54.89%46.08%-
HSV(B)28.37º70.88%71.37%-
XYZ25.9522.246.29-
YUV127.3886.03166.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=52.15%
G=32.66%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821145300.370.710.2928.3754.8946.08
HexB67235025471D1c372e
Octal2661626504510735346756
Binary101101101110010110101010010110001111110111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67235; }

 p { color: rgb(182,114,53); }

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

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

 a { background-color: rgb(182,114,53); }

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

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

 span { border-color: rgb(182,114,53); }

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