Html Css Color HEX #BC4846 Chestnut

📋 copy color: '#BC4846'

red 188 ◦ green 72 ◦ blue 70

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

Shades of Chestnut #BC4846

Tints of Chestnut #BC4846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 56.97%
G = 21.82%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC4846 (or 0xBC4846) is known color: Chestnut. HEX triplet: BC, 48 and 46. RGB value is (188,72,70). Sum of RGB (Red+Green+Blue) = 188+72+70=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4846 is #43B7B9. Grayscale: #6A6A6A. Windows color (decimal): -4437946 or 4606140. OLE color: 4606140.

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

Color convert

RGB 188 72 70 -
CMYK 0 0.62 0.63 0.26
HSL 1.02º 0.47% 0.51% -
HSV(B) 1.02º 0.63% 0.74% -
XYZ 24.16 15.77 7.56 -
YUV 106.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 188 72 70 0 0.62 0.63 0.26 1.02 0.47 0.51
Hex BC 48 46 0 3E 3F 1A 1 2F 33
Octal 274 110 106 0 76 77 32 1 57 63
Binary 10111100 1001000 1000110 0 111110 111111 11010 1 101111 110011

Color Harmonies of #BC4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4846

Black with #BC4846

Text Example


Text Example

White with #BC4846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4846; }

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

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

background-color css

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

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

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

border-color css

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

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

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