#B76937

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

Shades of Reno Sand #B76937

Tints of Reno Sand #B76937

Color information

#B76937 (or 0xB76937) is unknown color: approx Reno Sand. HEX triplet: B7, 69 and 37. RGB value is (183,105,55). Sum of RGB (Red+Green+Blue) = 183+105+55=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B76937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76937 is #4896C8. Grayscale: #7A7A7A. Windows color (decimal): -4757193 or 3631543. OLE color: 3631543.

HSL color Cylindrical-coordinate representation of color #B76937: hue angle of 23.44º 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 #B76937 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18310555-
CMYK00.430.700.28
HSL23.44º53.78%46.67%-
HSV(B)23.44º69.95%71.76%-
XYZ25.2720.456.23-
YUV122.6289.84171.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 55 (21.88% from 255) = 16.03%
R=53.35%
G=30.61%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831055500.430.700.2823.4453.7846.67
HexB7693702B461C17362f
Octal2671516705310634276657
Binary101101111101001110111010101110001101110010111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76937; }

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

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

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

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

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

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

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

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