#B06625

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

Shades of Reno Sand #B06625

Tints of Reno Sand #B06625

Color information

#B06625 (or 0xB06625) is unknown color: approx Reno Sand. HEX triplet: B0, 66 and 25. RGB value is (176,102,37). Sum of RGB (Red+Green+Blue) = 176+102+37=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B06625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06625 is #4F99DA. Grayscale: #757575. Windows color (decimal): -5216731 or 2451120. OLE color: 2451120.

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

Color convert

RGB17610237-
CMYK00.420.790.31
HSL28.06º65.26%41.76%-
HSV(B)28.06º78.98%69.02%-
XYZ22.9918.874.18-
YUV116.7283.02170.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 37 (14.84% from 255) = 11.75%
R=55.87%
G=32.38%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761023700.420.790.3128.0665.2641.76
HexB0662502A4F1F1c412a
Octal26014645052117373410152
Binary1011000011001101001010101010100111111111111001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06625; }

 p { color: rgb(176,102,37); }

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

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

 a { background-color: rgb(176,102,37); }

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

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

 span { border-color: rgb(176,102,37); }

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