Html Css Color HEX #BC493F Chestnut

📋 copy color: '#BC493F'

red 188 ◦ green 73 ◦ blue 63

#BC493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #BC493F

Tints of Chestnut #BC493F

RGB

 RED value IS 188 (73.83% from 255) = 58.02%

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 63 (25% from 255) = 19.44%

R = 58.02%
G = 22.53%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC493F (or 0xBC493F) is known color: Chestnut. HEX triplet: BC, 49 and 3F. RGB value is (188,73,63). Sum of RGB (Red+Green+Blue) = 188+73+63=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC493F is #43B6C0. Grayscale: #6A6A6A. Windows color (decimal): -4437697 or 4147644. OLE color: 4147644.

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

Color convert

RGB 188 73 63 -
CMYK 0 0.61 0.66 0.26
HSL 4.8º 0.5% 0.49% -
HSV(B) 4.8º 0.66% 0.74% -
XYZ 24.02 15.82 6.49 -
YUV 106.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 188 73 63 0 0.61 0.66 0.26 4.8 0.5 0.49
Hex BC 49 3F 0 3D 42 1A 5 32 31
Octal 274 111 77 0 75 102 32 5 62 61
Binary 10111100 1001001 111111 0 111101 1000010 11010 101 110010 110001

Color Harmonies of #BC493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC493F

Black with #BC493F

Text Example


Text Example

White with #BC493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC493F; }

 p { color: rgb(188,73,63); }

 H1.HeaderClassName
 {
   color: #BC493F;
 }
 .AnyTagClassName
 {
   color: #BC493F;
 }
</style>

background-color css

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

 a { background-color: rgb(188,73,63); }

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

border-color css

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

 span { border-color: rgb(188,73,63); }

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