#B07635

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

Shades of Reno Sand #B07635

Tints of Reno Sand #B07635

Color information

#B07635 (or 0xB07635) is unknown color: approx Reno Sand. HEX triplet: B0, 76 and 35. RGB value is (176,118,53). Sum of RGB (Red+Green+Blue) = 176+118+53=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B07635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07635 is #4F89CA. Grayscale: #808080. Windows color (decimal): -5212619 or 3503792. OLE color: 3503792.

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

Color convert

RGB17611853-
CMYK00.330.700.31
HSL31.71º53.71%44.9%-
HSV(B)31.71º69.89%69.02%-
XYZ25.0322.446.38-
YUV127.9385.72162.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=50.72%
G=34.01%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761185300.330.700.3131.7153.7144.9
HexB07635021461F20362d
Octal2601666504110637406655
Binary1011000011101101101010100001100011011111100000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07635; }

 p { color: rgb(176,118,53); }

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

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

 a { background-color: rgb(176,118,53); }

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

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

 span { border-color: rgb(176,118,53); }

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