#B06D30

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

Shades of Reno Sand #B06D30

Tints of Reno Sand #B06D30

Color information

#B06D30 (or 0xB06D30) is unknown color: approx Reno Sand. HEX triplet: B0, 6D and 30. RGB value is (176,109,48). Sum of RGB (Red+Green+Blue) = 176+109+48=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D30 is #4F92CF. Grayscale: #7A7A7A. Windows color (decimal): -5214928 or 3173808. OLE color: 3173808.

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

Color convert

RGB17610948-
CMYK00.380.730.31
HSL28.59º57.14%43.92%-
HSV(B)28.59º72.73%69.02%-
XYZ23.9120.385.47-
YUV122.0886.2166.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 48 (19.14% from 255) = 14.41%
R=52.85%
G=32.73%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761094800.380.730.3128.5957.1443.92
HexB06D30026491F1d392c
Octal2601556004611137357154
Binary101100001101101110000010011010010011111111101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D30; }

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

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

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

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

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

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

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

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