#B76C37

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

Shades of Reno Sand #B76C37

Tints of Reno Sand #B76C37

Color information

#B76C37 (or 0xB76C37) is unknown color: approx Reno Sand. HEX triplet: B7, 6C and 37. RGB value is (183,108,55). Sum of RGB (Red+Green+Blue) = 183+108+55=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C37 is #4893C8. Grayscale: #7C7C7C. Windows color (decimal): -4756425 or 3632311. OLE color: 3632311.

HSL color Cylindrical-coordinate representation of color #B76C37: hue angle of 24.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B76C37 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18310855-
CMYK00.410.700.28
HSL24.84º53.78%46.67%-
HSV(B)24.84º69.95%71.76%-
XYZ25.5821.076.33-
YUV124.3888.85169.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 55 (21.88% from 255) = 15.90%
R=52.89%
G=31.21%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831085500.410.700.2824.8453.7846.67
HexB76C37029461C19362f
Octal2671546705110634316657
Binary101101111101100110111010100110001101110011001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C37; }

 p { color: rgb(183,108,55); }

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

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

 a { background-color: rgb(183,108,55); }

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

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

 span { border-color: rgb(183,108,55); }

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