Html Css Color HEX #BC4F49 Chestnut

📋 copy color: '#BC4F49'

red 188 ◦ green 79 ◦ blue 73

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

Shades of Chestnut #BC4F49

Tints of Chestnut #BC4F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

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

R = 55.29%
G = 23.24%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC4F49 (or 0xBC4F49) is known color: Chestnut. HEX triplet: BC, 4F and 49. RGB value is (188,79,73). Sum of RGB (Red+Green+Blue) = 188+79+73=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F49 is #43B0B6. Grayscale: #6F6F6F. Windows color (decimal): -4436151 or 4804540. OLE color: 4804540.

HSL color Cylindrical-coordinate representation of color #BC4F49: hue angle of 3.13º 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 #BC4F49 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 79 73 -
CMYK 0 0.58 0.61 0.26
HSL 3.13º 0.46% 0.51% -
HSV(B) 3.13º 0.61% 0.74% -
XYZ 24.74 16.76 8.24 -
YUV 110.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 188 79 73 0 0.58 0.61 0.26 3.13 0.46 0.51
Hex BC 4F 49 0 3A 3D 1A 3 2E 33
Octal 274 117 111 0 72 75 32 3 56 63
Binary 10111100 1001111 1001001 0 111010 111101 11010 11 101110 110011

Color Harmonies of #BC4F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F49

Black with #BC4F49

Text Example


Text Example

White with #BC4F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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