Html Css Color HEX #BC443E Chestnut

📋 copy color: '#BC443E'

red 188 ◦ green 68 ◦ blue 62

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

Shades of Chestnut #BC443E

Tints of Chestnut #BC443E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 59.12%
G = 21.38%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC443E (or 0xBC443E) is known color: Chestnut. HEX triplet: BC, 44 and 3E. RGB value is (188,68,62). Sum of RGB (Red+Green+Blue) = 188+68+62=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC443E is #43BBC1. Grayscale: #676767. Windows color (decimal): -4438978 or 4080828. OLE color: 4080828.

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

Color convert

RGB 188 68 62 -
CMYK 0 0.64 0.67 0.26
HSL 2.86º 0.5% 0.49% -
HSV(B) 2.86º 0.67% 0.74% -
XYZ 23.68 15.17 6.24 -
YUV 103.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 188 68 62 0 0.64 0.67 0.26 2.86 0.5 0.49
Hex BC 44 3E 0 40 43 1A 3 32 31
Octal 274 104 76 0 100 103 32 3 62 61
Binary 10111100 1000100 111110 0 1000000 1000011 11010 11 110010 110001

Color Harmonies of #BC443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC443E

Black with #BC443E

Text Example


Text Example

White with #BC443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC443E; }

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

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

background-color css

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

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

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

border-color css

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

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

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