Html Css Color HEX #BC4241 Chestnut

📋 copy color: '#BC4241'

red 188 ◦ green 66 ◦ blue 65

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

Shades of Chestnut #BC4241

Tints of Chestnut #BC4241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 58.93%
G = 20.69%
B = 20.38%

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

#BC4241 (or 0xBC4241) is known color: Chestnut. HEX triplet: BC, 42 and 41. RGB value is (188,66,65). Sum of RGB (Red+Green+Blue) = 188+66+65=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4241 is #43BDBE. Grayscale: #666666. Windows color (decimal): -4439487 or 4276924. OLE color: 4276924.

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

Color convert

RGB 188 66 65 -
CMYK 0 0.65 0.65 0.26
HSL 0.49º 0.49% 0.5% -
HSV(B) 0.49º 0.65% 0.74% -
XYZ 23.64 14.97 6.64 -
YUV 102.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 188 66 65 0 0.65 0.65 0.26 0.49 0.49 0.5
Hex BC 42 41 0 41 41 1A 0 31 32
Octal 274 102 101 0 101 101 32 0 61 62
Binary 10111100 1000010 1000001 0 1000001 1000001 11010 0 110001 110010

Color Harmonies of #BC4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4241

Black with #BC4241

Text Example


Text Example

White with #BC4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4241; }

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

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

background-color css

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

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

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

border-color css

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

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

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