#B76D2E

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

Shades of Reno Sand #B76D2E

Tints of Reno Sand #B76D2E

Color information

#B76D2E (or 0xB76D2E) is unknown color: approx Reno Sand. HEX triplet: B7, 6D and 2E. RGB value is (183,109,46). Sum of RGB (Red+Green+Blue) = 183+109+46=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D2E is #4892D1. Grayscale: #7C7C7C. Windows color (decimal): -4756178 or 3042743. OLE color: 3042743.

HSL color Cylindrical-coordinate representation of color #B76D2E: hue angle of 27.59º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B76D2E is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18310946-
CMYK00.400.750.28
HSL27.59º59.83%44.9%-
HSV(B)27.59º74.86%71.76%-
XYZ25.4921.25.33-
YUV123.9484.02170.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 46 (18.36% from 255) = 13.61%
R=54.14%
G=32.25%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831094600.400.750.2827.5959.8344.9
HexB76D2E0284B1C1c3c2d
Octal2671555605011334347455
Binary101101111101101101110010100010010111110011100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D2E; }

 p { color: rgb(183,109,46); }

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

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

 a { background-color: rgb(183,109,46); }

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

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

 span { border-color: rgb(183,109,46); }

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