#b8483f

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

Shades of Chestnut #B8483F

Tints of Chestnut #B8483F

Color information

#B8483F (or 0xB8483F) is unknown color: approx Chestnut. HEX triplet: B8, 48 and 3F. RGB value is (184,72,63). Sum of RGB (Red+Green+Blue) = 184+72+63=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B8483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8483F is #47B7C0. Grayscale: #686868. Windows color (decimal): -4700097 or 4147384. OLE color: 4147384.

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

Color convert

RGB1847263-
CMYK00.610.660.28
HSL4.46º48.99%48.43%-
HSV(B)4.46º65.76%72.16%-
XYZ22.9815.186.42-
YUV104.46104.61184.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.68%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 63 (25% from 255) = 19.75%
R=57.68%
G=22.57%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184726300.610.660.284.4648.9948.43
HexB8483F03D421C43130
Octal270110770751023446160
Binary1011100010010001111110111101100001011100100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8483f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8483f; }

 p { color: rgb(184,72,63); }

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

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

 a { background-color: rgb(184,72,63); }

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

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

 span { border-color: rgb(184,72,63); }

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