#B76836

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

Shades of Reno Sand #B76836

Tints of Reno Sand #B76836

Color information

#B76836 (or 0xB76836) is unknown color: approx Reno Sand. HEX triplet: B7, 68 and 36. RGB value is (183,104,54). Sum of RGB (Red+Green+Blue) = 183+104+54=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B76836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76836 is #4897C9. Grayscale: #7A7A7A. Windows color (decimal): -4757450 or 3565751. OLE color: 3565751.

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

Color convert

RGB18310454-
CMYK00.430.700.28
HSL23.26º54.43%46.47%-
HSV(B)23.26º70.49%71.76%-
XYZ25.1420.236.07-
YUV121.9289.67171.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 54 (21.48% from 255) = 15.84%
R=53.67%
G=30.50%
B=15.84%

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
Decimal1831045400.430.700.2823.2654.4346.47
HexB7683602B461C17362e
Octal2671506605310634276656
Binary101101111101000110110010101110001101110010111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76836; }

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

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

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

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

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

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

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

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