#B76832

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

Shades of Reno Sand #B76832

Tints of Reno Sand #B76832

Color information

#B76832 (or 0xB76832) is unknown color: approx Reno Sand. HEX triplet: B7, 68 and 32. RGB value is (183,104,50). Sum of RGB (Red+Green+Blue) = 183+104+50=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B76832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76832 is #4897CD. Grayscale: #797979. Windows color (decimal): -4757454 or 3303607. OLE color: 3303607.

HSL color Cylindrical-coordinate representation of color #B76832: hue angle of 24.36º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B76832 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18310450-
CMYK00.430.730.28
HSL24.36º57.08%45.69%-
HSV(B)24.36º72.68%71.76%-
XYZ25.0520.25.6-
YUV121.4687.67171.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=54.30%
G=30.86%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831045000.430.730.2824.3657.0845.69
HexB7683202B491C18392e
Octal2671506205311134307156
Binary101101111101000110010010101110010011110011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76832; }

 p { color: rgb(183,104,50); }

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

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

 a { background-color: rgb(183,104,50); }

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

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

 span { border-color: rgb(183,104,50); }

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