#B77139

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

Shades of Reno Sand #B77139

Tints of Reno Sand #B77139

Color information

#B77139 (or 0xB77139) is unknown color: approx Reno Sand. HEX triplet: B7, 71 and 39. RGB value is (183,113,57). Sum of RGB (Red+Green+Blue) = 183+113+57=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B77139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77139 is #488EC6. Grayscale: #7F7F7F. Windows color (decimal): -4755143 or 3764663. OLE color: 3764663.

HSL color Cylindrical-coordinate representation of color #B77139: hue angle of 26.67º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B77139 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB18311357-
CMYK00.380.690.28
HSL26.67º52.5%47.06%-
HSV(B)26.67º68.85%71.76%-
XYZ26.1722.176.77-
YUV127.5588.19167.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=51.84%
G=32.01%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831135700.380.690.2826.6752.547.06
HexB77139026451C1b352f
Octal2671617104610534336557
Binary101101111110001111001010011010001011110011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77139; }

 p { color: rgb(183,113,57); }

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

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

 a { background-color: rgb(183,113,57); }

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

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

 span { border-color: rgb(183,113,57); }

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