#B77238

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

Shades of Reno Sand #B77238

Tints of Reno Sand #B77238

Color information

#B77238 (or 0xB77238) is unknown color: approx Reno Sand. HEX triplet: B7, 72 and 38. RGB value is (183,114,56). Sum of RGB (Red+Green+Blue) = 183+114+56=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B77238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77238 is #488DC7. Grayscale: #808080. Windows color (decimal): -4754888 or 3699383. OLE color: 3699383.

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

Color convert

RGB18311456-
CMYK00.380.690.28
HSL27.4º53.14%46.86%-
HSV(B)27.4º69.4%71.76%-
XYZ26.2622.396.68-
YUV128.0287.36167.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=51.84%
G=32.29%
B=15.86%

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
Decimal1831145600.380.690.2827.453.1446.86
HexB77238026451C1b352f
Octal2671627004610534336557
Binary101101111110010111000010011010001011110011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77238; }

 p { color: rgb(183,114,56); }

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

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

 a { background-color: rgb(183,114,56); }

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

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

 span { border-color: rgb(183,114,56); }

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