Html Css Color HEX #BC443F Chestnut

📋 copy color: '#BC443F'

red 188 ◦ green 68 ◦ blue 63

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

Shades of Chestnut #BC443F

Tints of Chestnut #BC443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 58.93%
G = 21.32%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC443F (or 0xBC443F) is known color: Chestnut. HEX triplet: BC, 44 and 3F. RGB value is (188,68,63). Sum of RGB (Red+Green+Blue) = 188+68+63=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC443F is #43BBC0. Grayscale: #676767. Windows color (decimal): -4438977 or 4146364. OLE color: 4146364.

HSL color Cylindrical-coordinate representation of color #BC443F: hue angle of 2.4º 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 #BC443F is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 63 -
CMYK 0 0.64 0.66 0.26
HSL 2.4º 0.5% 0.49% -
HSV(B) 2.4º 0.66% 0.74% -
XYZ 23.7 15.18 6.38 -
YUV 103.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 188 68 63 0 0.64 0.66 0.26 2.4 0.5 0.49
Hex BC 44 3F 0 40 42 1A 2 32 31
Octal 274 104 77 0 100 102 32 2 62 61
Binary 10111100 1000100 111111 0 1000000 1000010 11010 10 110010 110001

Color Harmonies of #BC443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC443F

Black with #BC443F

Text Example


Text Example

White with #BC443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC443F; }

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

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

background-color css

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

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

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

border-color css

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

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

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