#B77138

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

Shades of Reno Sand #B77138

Tints of Reno Sand #B77138

Color information

#B77138 (or 0xB77138) is unknown color: approx Reno Sand. HEX triplet: B7, 71 and 38. RGB value is (183,113,56). Sum of RGB (Red+Green+Blue) = 183+113+56=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B77138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77138 is #488EC7. Grayscale: #7F7F7F. Windows color (decimal): -4755144 or 3699127. OLE color: 3699127.

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

Color convert

RGB18311356-
CMYK00.380.690.28
HSL26.93º53.14%46.86%-
HSV(B)26.93º69.4%71.76%-
XYZ26.1522.166.64-
YUV127.4387.69167.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=51.99%
G=32.10%
B=15.91%

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
Decimal1831135600.380.690.2826.9353.1446.86
HexB77138026451C1b352f
Octal2671617004610534336557
Binary101101111110001111000010011010001011110011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77138; }

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

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

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

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

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

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

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

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