#B76936

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

Shades of Reno Sand #B76936

Tints of Reno Sand #B76936

Color information

#B76936 (or 0xB76936) is unknown color: approx Reno Sand. HEX triplet: B7, 69 and 36. RGB value is (183,105,54). Sum of RGB (Red+Green+Blue) = 183+105+54=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B76936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76936 is #4896C9. Grayscale: #7A7A7A. Windows color (decimal): -4757194 or 3566007. OLE color: 3566007.

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

Color convert

RGB18310554-
CMYK00.430.700.28
HSL23.72º54.43%46.47%-
HSV(B)23.72º70.49%71.76%-
XYZ25.2520.446.1-
YUV122.5189.34171.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=53.51%
G=30.70%
B=15.79%

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
Decimal1831055400.430.700.2823.7254.4346.47
HexB7693602B461C18362e
Octal2671516605310634306656
Binary101101111101001110110010101110001101110011000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76936; }

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

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

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

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

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

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

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

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