Html Css Color HEX #BC4040 Chestnut

📋 copy color: '#BC4040'

red 188 ◦ green 64 ◦ blue 64

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

Shades of Chestnut #BC4040

Tints of Chestnut #BC4040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 59.49%
G = 20.25%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC4040 (or 0xBC4040) is known color: Chestnut. HEX triplet: BC, 40 and 40. RGB value is (188,64,64). Sum of RGB (Red+Green+Blue) = 188+64+64=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4040 is #43BFBF. Grayscale: #656565. Windows color (decimal): -4440000 or 4210876. OLE color: 4210876.

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

Color convert

RGB 188 64 64 -
CMYK 0 0.66 0.66 0.26
HSL 0.49% 0.49% -
HSV(B) 0.66% 0.74% -
XYZ 23.5 14.73 6.45 -
YUV 101.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 188 64 64 0 0.66 0.66 0.26 0 0.49 0.49
Hex BC 40 40 0 42 42 1A 0 31 31
Octal 274 100 100 0 102 102 32 0 61 61
Binary 10111100 1000000 1000000 0 1000010 1000010 11010 0 110001 110001

Color Harmonies of #BC4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4040

Black with #BC4040

Text Example


Text Example

White with #BC4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4040; }

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

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

background-color css

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

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

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

border-color css

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

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

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