Html Css Color HEX #BC4D40 Chestnut

📋 copy color: '#BC4D40'

red 188 ◦ green 77 ◦ blue 64

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

Shades of Chestnut #BC4D40

Tints of Chestnut #BC4D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

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

R = 57.14%
G = 23.4%
B = 19.45%

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

#BC4D40 (or 0xBC4D40) is known color: Chestnut. HEX triplet: BC, 4D and 40. RGB value is (188,77,64). Sum of RGB (Red+Green+Blue) = 188+77+64=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D40 is #43B2BF. Grayscale: #6C6C6C. Windows color (decimal): -4436672 or 4214204. OLE color: 4214204.

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

Color convert

RGB 188 77 64 -
CMYK 0 0.59 0.66 0.26
HSL 6.29º 0.49% 0.49% -
HSV(B) 6.29º 0.66% 0.74% -
XYZ 24.32 16.37 6.73 -
YUV 108.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 188 77 64 0 0.59 0.66 0.26 6.29 0.49 0.49
Hex BC 4D 40 0 3B 42 1A 6 31 31
Octal 274 115 100 0 73 102 32 6 61 61
Binary 10111100 1001101 1000000 0 111011 1000010 11010 110 110001 110001

Color Harmonies of #BC4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D40

Black with #BC4D40

Text Example


Text Example

White with #BC4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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