#B0723A

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

Shades of Reno Sand #B0723A

Tints of Reno Sand #B0723A

Color information

#B0723A (or 0xB0723A) is unknown color: approx Reno Sand. HEX triplet: B0, 72 and 3A. RGB value is (176,114,58). Sum of RGB (Red+Green+Blue) = 176+114+58=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0723A is #4F8DC5. Grayscale: #7E7E7E. Windows color (decimal): -5213638 or 3830448. OLE color: 3830448.

HSL color Cylindrical-coordinate representation of color #B0723A: hue angle of 28.47º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0723A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17611458-
CMYK00.350.670.31
HSL28.47º50.43%45.88%-
HSV(B)28.47º67.05%69.02%-
XYZ24.6921.576.87-
YUV126.1589.54163.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 58 (23.05% from 255) = 16.67%
R=50.57%
G=32.76%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761145800.350.670.3128.4750.4345.88
HexB0723A023431F1c322e
Octal2601627204310337346256
Binary101100001110010111010010001110000111111111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0723A; }

 p { color: rgb(176,114,58); }

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

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

 a { background-color: rgb(176,114,58); }

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

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

 span { border-color: rgb(176,114,58); }

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