#b0733a

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

Shades of Reno Sand #B0733A

Tints of Reno Sand #B0733A

Color information

#B0733A (or 0xB0733A) is unknown color: approx Reno Sand. HEX triplet: B0, 73 and 3A. RGB value is (176,115,58). Sum of RGB (Red+Green+Blue) = 176+115+58=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0733A is #4F8CC5. Grayscale: #7F7F7F. Windows color (decimal): -5213382 or 3830704. OLE color: 3830704.

HSL color Cylindrical-coordinate representation of color #B0733A: hue angle of 28.98º 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 #B0733A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17611558-
CMYK00.350.670.31
HSL28.98º50.43%45.88%-
HSV(B)28.98º67.05%69.02%-
XYZ24.821.86.9-
YUV126.7489.21163.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=50.43%
G=32.95%
B=16.62%

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
Decimal1761155800.350.670.3128.9850.4345.88
HexB0733A023431F1d322e
Octal2601637204310337356256
Binary101100001110011111010010001110000111111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0733a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0733a; }

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

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

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

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

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

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

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

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