Html Css Color HEX #BC4848 Chestnut

📋 copy color: '#BC4848'

red 188 ◦ green 72 ◦ blue 72

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

Shades of Chestnut #BC4848

Tints of Chestnut #BC4848

RGB

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

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

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

R = 56.63%
G = 21.69%
B = 21.69%

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

#BC4848 (or 0xBC4848) is known color: Chestnut. HEX triplet: BC, 48 and 48. RGB value is (188,72,72). Sum of RGB (Red+Green+Blue) = 188+72+72=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4848 is #43B7B7. Grayscale: #6A6A6A. Windows color (decimal): -4437944 or 4737212. OLE color: 4737212.

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

Color convert

RGB 188 72 72 -
CMYK 0 0.62 0.62 0.26
HSL 0.46% 0.51% -
HSV(B) 0.62% 0.74% -
XYZ 24.23 15.79 7.9 -
YUV 106.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 188 72 72 0 0.62 0.62 0.26 0 0.46 0.51
Hex BC 48 48 0 3E 3E 1A 0 2E 33
Octal 274 110 110 0 76 76 32 0 56 63
Binary 10111100 1001000 1001000 0 111110 111110 11010 0 101110 110011

Color Harmonies of #BC4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4848

Black with #BC4848

Text Example


Text Example

White with #BC4848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4848; }

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

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

background-color css

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

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

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

border-color css

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

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

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