#B8713B

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

Shades of Reno Sand #B8713B

Tints of Reno Sand #B8713B

Color information

#B8713B (or 0xB8713B) is unknown color: approx Reno Sand. HEX triplet: B8, 71 and 3B. RGB value is (184,113,59). Sum of RGB (Red+Green+Blue) = 184+113+59=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8713B is #478EC4. Grayscale: #808080. Windows color (decimal): -4689605 or 3895736. OLE color: 3895736.

HSL color Cylindrical-coordinate representation of color #B8713B: hue angle of 25.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8713B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18411359-
CMYK00.390.680.28
HSL25.92º51.44%47.65%-
HSV(B)25.92º67.93%72.16%-
XYZ26.4622.327.05-
YUV128.0789.02167.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.69%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 59 (23.44% from 255) = 16.57%
R=51.69%
G=31.74%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841135900.390.680.2825.9251.4447.65
HexB8713B027441C1a3330
Octal2701617304710434326360
Binary101110001110001111011010011110001001110011010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8713B; }

 p { color: rgb(184,113,59); }

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

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

 a { background-color: rgb(184,113,59); }

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

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

 span { border-color: rgb(184,113,59); }

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