Html Css Color HEX #BC4E48 Chestnut

📋 copy color: '#BC4E48'

red 188 ◦ green 78 ◦ blue 72

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

Shades of Chestnut #BC4E48

Tints of Chestnut #BC4E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 55.62%
G = 23.08%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC4E48 (or 0xBC4E48) is known color: Chestnut. HEX triplet: BC, 4E and 48. RGB value is (188,78,72). Sum of RGB (Red+Green+Blue) = 188+78+72=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E48 is #43B1B7. Grayscale: #6E6E6E. Windows color (decimal): -4436408 or 4738748. OLE color: 4738748.

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

Color convert

RGB 188 78 72 -
CMYK 0 0.59 0.62 0.26
HSL 3.1º 0.46% 0.51% -
HSV(B) 3.1º 0.62% 0.74% -
XYZ 24.63 16.61 8.04 -
YUV 110.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 188 78 72 0 0.59 0.62 0.26 3.1 0.46 0.51
Hex BC 4E 48 0 3B 3E 1A 3 2E 33
Octal 274 116 110 0 73 76 32 3 56 63
Binary 10111100 1001110 1001000 0 111011 111110 11010 11 101110 110011

Color Harmonies of #BC4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E48

Black with #BC4E48

Text Example


Text Example

White with #BC4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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