#B0763A

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

Shades of Reno Sand #B0763A

Tints of Reno Sand #B0763A

Color information

#B0763A (or 0xB0763A) is unknown color: approx Reno Sand. HEX triplet: B0, 76 and 3A. RGB value is (176,118,58). Sum of RGB (Red+Green+Blue) = 176+118+58=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0763A is #4F89C5. Grayscale: #808080. Windows color (decimal): -5212614 or 3831472. OLE color: 3831472.

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

Color convert

RGB17611858-
CMYK00.330.670.31
HSL30.51º50.43%45.88%-
HSV(B)30.51º67.05%69.02%-
XYZ25.1522.497.02-
YUV128.588.22161.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=50%
G=33.52%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761185800.330.670.3130.5150.4345.88
HexB0763A021431F1f322e
Octal2601667204110337376256
Binary101100001110110111010010000110000111111111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0763A; }

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

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

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

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

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

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

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

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