#B0672C

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

Shades of Reno Sand #B0672C

Tints of Reno Sand #B0672C

Color information

#B0672C (or 0xB0672C) is unknown color: approx Reno Sand. HEX triplet: B0, 67 and 2C. RGB value is (176,103,44). Sum of RGB (Red+Green+Blue) = 176+103+44=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0672C is #4F98D3. Grayscale: #767676. Windows color (decimal): -5216468 or 2910128. OLE color: 2910128.

HSL color Cylindrical-coordinate representation of color #B0672C: hue angle of 26.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0672C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17610344-
CMYK00.410.750.31
HSL26.82º60%43.14%-
HSV(B)26.82º75%69.02%-
XYZ23.2119.114.85-
YUV118.186.18169.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.49%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=54.49%
G=31.89%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761034400.410.750.3126.826043.14
HexB0672C0294B1F1b3c2b
Octal2601475405111337337453
Binary101100001100111101100010100110010111111111011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0672C; }

 p { color: rgb(176,103,44); }

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

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

 a { background-color: rgb(176,103,44); }

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

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

 span { border-color: rgb(176,103,44); }

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