Html Css Color HEX #BC4842 Chestnut

📋 copy color: '#BC4842'

red 188 ◦ green 72 ◦ blue 66

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

Shades of Chestnut #BC4842

Tints of Chestnut #BC4842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 57.67%
G = 22.09%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4842 (or 0xBC4842) is known color: Chestnut. HEX triplet: BC, 48 and 42. RGB value is (188,72,66). Sum of RGB (Red+Green+Blue) = 188+72+66=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4842 is #43B7BD. Grayscale: #6A6A6A. Windows color (decimal): -4437950 or 4343996. OLE color: 4343996.

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

Color convert

RGB 188 72 66 -
CMYK 0 0.62 0.65 0.26
HSL 2.95º 0.48% 0.5% -
HSV(B) 2.95º 0.65% 0.74% -
XYZ 24.04 15.72 6.92 -
YUV 106 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 188 72 66 0 0.62 0.65 0.26 2.95 0.48 0.5
Hex BC 48 42 0 3E 41 1A 3 30 32
Octal 274 110 102 0 76 101 32 3 60 62
Binary 10111100 1001000 1000010 0 111110 1000001 11010 11 110000 110010

Color Harmonies of #BC4842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4842

Black with #BC4842

Text Example


Text Example

White with #BC4842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4842; }

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

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

background-color css

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

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

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

border-color css

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

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

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