Html Css Color HEX #BC4847 Chestnut

📋 copy color: '#BC4847'

red 188 ◦ green 72 ◦ blue 71

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

Shades of Chestnut #BC4847

Tints of Chestnut #BC4847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.45%

R = 56.8%
G = 21.75%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC4847 (or 0xBC4847) is known color: Chestnut. HEX triplet: BC, 48 and 47. RGB value is (188,72,71). Sum of RGB (Red+Green+Blue) = 188+72+71=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4847 is #43B7B8. Grayscale: #6A6A6A. Windows color (decimal): -4437945 or 4671676. OLE color: 4671676.

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

Color convert

RGB 188 72 71 -
CMYK 0 0.62 0.62 0.26
HSL 0.51º 0.47% 0.51% -
HSV(B) 0.51º 0.62% 0.74% -
XYZ 24.19 15.78 7.73 -
YUV 106.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 188 72 71 0 0.62 0.62 0.26 0.51 0.47 0.51
Hex BC 48 47 0 3E 3E 1A 1 2F 33
Octal 274 110 107 0 76 76 32 1 57 63
Binary 10111100 1001000 1000111 0 111110 111110 11010 1 101111 110011

Color Harmonies of #BC4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4847

Black with #BC4847

Text Example


Text Example

White with #BC4847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4847; }

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

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

background-color css

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

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

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

border-color css

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

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

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