#B06D36

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

Shades of Reno Sand #B06D36

Tints of Reno Sand #B06D36

Color information

#B06D36 (or 0xB06D36) is unknown color: approx Reno Sand. HEX triplet: B0, 6D and 36. RGB value is (176,109,54). Sum of RGB (Red+Green+Blue) = 176+109+54=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D36 is #4F92C9. Grayscale: #7B7B7B. Windows color (decimal): -5214922 or 3567024. OLE color: 3567024.

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

Color convert

RGB17610954-
CMYK00.380.690.31
HSL27.05º53.04%45.1%-
HSV(B)27.05º69.32%69.02%-
XYZ24.0420.436.17-
YUV122.7689.2165.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 54 (21.48% from 255) = 15.93%
R=51.92%
G=32.15%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761095400.380.690.3127.0553.0445.1
HexB06D36026451F1b352d
Octal2601556604610537336555
Binary101100001101101110110010011010001011111111011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D36; }

 p { color: rgb(176,109,54); }

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

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

 a { background-color: rgb(176,109,54); }

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

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

 span { border-color: rgb(176,109,54); }

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