Html Css Color HEX #BC4D41 Chestnut

📋 copy color: '#BC4D41'

red 188 ◦ green 77 ◦ blue 65

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

Shades of Chestnut #BC4D41

Tints of Chestnut #BC4D41

RGB

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

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

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

R = 56.97%
G = 23.33%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4D41 (or 0xBC4D41) is known color: Chestnut. HEX triplet: BC, 4D and 41. RGB value is (188,77,65). Sum of RGB (Red+Green+Blue) = 188+77+65=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D41 is #43B2BE. Grayscale: #6C6C6C. Windows color (decimal): -4436671 or 4279740. OLE color: 4279740.

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

Color convert

RGB 188 77 65 -
CMYK 0 0.59 0.65 0.26
HSL 5.85º 0.49% 0.5% -
HSV(B) 5.85º 0.65% 0.74% -
XYZ 24.35 16.38 6.88 -
YUV 108.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 188 77 65 0 0.59 0.65 0.26 5.85 0.49 0.5
Hex BC 4D 41 0 3B 41 1A 6 31 32
Octal 274 115 101 0 73 101 32 6 61 62
Binary 10111100 1001101 1000001 0 111011 1000001 11010 110 110001 110010

Color Harmonies of #BC4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D41

Black with #BC4D41

Text Example


Text Example

White with #BC4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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