#B0763B

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

Shades of Reno Sand #B0763B

Tints of Reno Sand #B0763B

Color information

#B0763B (or 0xB0763B) is unknown color: approx Reno Sand. HEX triplet: B0, 76 and 3B. RGB value is (176,118,59). Sum of RGB (Red+Green+Blue) = 176+118+59=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0763B is #4F89C4. Grayscale: #808080. Windows color (decimal): -5212613 or 3897008. OLE color: 3897008.

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

Color convert

RGB17611859-
CMYK00.330.660.31
HSL30.26º49.79%46.08%-
HSV(B)30.26º66.48%69.02%-
XYZ25.1722.57.15-
YUV128.6288.72161.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 59 (23.44% from 255) = 16.71%
R=49.86%
G=33.43%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761185900.330.660.3130.2649.7946.08
HexB0763B021421F1e322e
Octal2601667304110237366256
Binary101100001110110111011010000110000101111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0763B; }

 p { color: rgb(176,118,59); }

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

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

 a { background-color: rgb(176,118,59); }

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

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

 span { border-color: rgb(176,118,59); }

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