Html Css Color HEX #BC5048 Chestnut

📋 copy color: '#BC5048'

red 188 ◦ green 80 ◦ blue 72

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

Shades of Chestnut #BC5048

Tints of Chestnut #BC5048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

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

R = 55.29%
G = 23.53%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC5048 (or 0xBC5048) is known color: Chestnut. HEX triplet: BC, 50 and 48. RGB value is (188,80,72). Sum of RGB (Red+Green+Blue) = 188+80+72=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5048 is #43AFB7. Grayscale: #6F6F6F. Windows color (decimal): -4435896 or 4739260. OLE color: 4739260.

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

Color convert

RGB 188 80 72 -
CMYK 0 0.57 0.62 0.26
HSL 4.14º 0.46% 0.51% -
HSV(B) 4.14º 0.62% 0.74% -
XYZ 24.78 16.9 8.09 -
YUV 111.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 188 80 72 0 0.57 0.62 0.26 4.14 0.46 0.51
Hex BC 50 48 0 39 3E 1A 4 2E 33
Octal 274 120 110 0 71 76 32 4 56 63
Binary 10111100 1010000 1001000 0 111001 111110 11010 100 101110 110011

Color Harmonies of #BC5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5048

Black with #BC5048

Text Example


Text Example

White with #BC5048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5048; }

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

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

background-color css

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

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

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

border-color css

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

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

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