Html Css Color HEX #BC4242 Chestnut

📋 copy color: '#BC4242'

red 188 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #BC4242

Tints of Chestnut #BC4242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 58.75%
G = 20.63%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4242 (or 0xBC4242) is known color: Chestnut. HEX triplet: BC, 42 and 42. RGB value is (188,66,66). Sum of RGB (Red+Green+Blue) = 188+66+66=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4242 is #43BDBD. Grayscale: #666666. Windows color (decimal): -4439486 or 4342460. OLE color: 4342460.

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

Color convert

RGB 188 66 66 -
CMYK 0 0.65 0.65 0.26
HSL 0.48% 0.5% -
HSV(B) 0.65% 0.74% -
XYZ 23.67 14.98 6.8 -
YUV 102.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 188 66 66 0 0.65 0.65 0.26 0 0.48 0.5
Hex BC 42 42 0 41 41 1A 0 30 32
Octal 274 102 102 0 101 101 32 0 60 62
Binary 10111100 1000010 1000010 0 1000001 1000001 11010 0 110000 110010

Color Harmonies of #BC4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4242

Black with #BC4242

Text Example


Text Example

White with #BC4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4242; }

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

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

background-color css

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

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

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

border-color css

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

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

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