Html Css Color HEX #BC4E40 Chestnut

📋 copy color: '#BC4E40'

red 188 ◦ green 78 ◦ blue 64

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

Shades of Chestnut #BC4E40

Tints of Chestnut #BC4E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

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

R = 56.97%
G = 23.64%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC4E40 (or 0xBC4E40) is known color: Chestnut. HEX triplet: BC, 4E and 40. RGB value is (188,78,64). Sum of RGB (Red+Green+Blue) = 188+78+64=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E40 is #43B1BF. Grayscale: #6D6D6D. Windows color (decimal): -4436416 or 4214460. OLE color: 4214460.

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

Color convert

RGB 188 78 64 -
CMYK 0 0.59 0.66 0.26
HSL 6.77º 0.49% 0.49% -
HSV(B) 6.77º 0.66% 0.74% -
XYZ 24.39 16.51 6.75 -
YUV 109.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 188 78 64 0 0.59 0.66 0.26 6.77 0.49 0.49
Hex BC 4E 40 0 3B 42 1A 7 31 31
Octal 274 116 100 0 73 102 32 7 61 61
Binary 10111100 1001110 1000000 0 111011 1000010 11010 111 110001 110001

Color Harmonies of #BC4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E40

Black with #BC4E40

Text Example


Text Example

White with #BC4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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