Html Css Color HEX #BC4642 Chestnut

📋 copy color: '#BC4642'

red 188 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #BC4642

Tints of Chestnut #BC4642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 58.02%
G = 21.6%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4642 (or 0xBC4642) is known color: Chestnut. HEX triplet: BC, 46 and 42. RGB value is (188,70,66). Sum of RGB (Red+Green+Blue) = 188+70+66=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4642 is #43B9BD. Grayscale: #686868. Windows color (decimal): -4438462 or 4343484. OLE color: 4343484.

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

Color convert

RGB 188 70 66 -
CMYK 0 0.63 0.65 0.26
HSL 1.97º 0.48% 0.5% -
HSV(B) 1.97º 0.65% 0.74% -
XYZ 23.91 15.47 6.88 -
YUV 104.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 188 70 66 0 0.63 0.65 0.26 1.97 0.48 0.5
Hex BC 46 42 0 3F 41 1A 2 30 32
Octal 274 106 102 0 77 101 32 2 60 62
Binary 10111100 1000110 1000010 0 111111 1000001 11010 10 110000 110010

Color Harmonies of #BC4642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4642

Black with #BC4642

Text Example


Text Example

White with #BC4642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4642; }

 p { color: rgb(188,70,66); }

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

background-color css

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

 a { background-color: rgb(188,70,66); }

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

border-color css

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

 span { border-color: rgb(188,70,66); }

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