Html Css Color HEX #BC4D49 Chestnut

📋 copy color: '#BC4D49'

red 188 ◦ green 77 ◦ blue 73

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

Shades of Chestnut #BC4D49

Tints of Chestnut #BC4D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 55.62%
G = 22.78%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC4D49 (or 0xBC4D49) is known color: Chestnut. HEX triplet: BC, 4D and 49. RGB value is (188,77,73). Sum of RGB (Red+Green+Blue) = 188+77+73=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D49 is #43B2B6. Grayscale: #6D6D6D. Windows color (decimal): -4436663 or 4804028. OLE color: 4804028.

HSL color Cylindrical-coordinate representation of color #BC4D49: hue angle of 2.09º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4D49 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 73 -
CMYK 0 0.59 0.61 0.26
HSL 2.09º 0.46% 0.51% -
HSV(B) 2.09º 0.61% 0.74% -
XYZ 24.6 16.48 8.19 -
YUV 109.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 188 77 73 0 0.59 0.61 0.26 2.09 0.46 0.51
Hex BC 4D 49 0 3B 3D 1A 2 2E 33
Octal 274 115 111 0 73 75 32 2 56 63
Binary 10111100 1001101 1001001 0 111011 111101 11010 10 101110 110011

Color Harmonies of #BC4D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D49

Black with #BC4D49

Text Example


Text Example

White with #BC4D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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