Html Css Color HEX #BC4942 Chestnut

📋 copy color: '#BC4942'

red 188 ◦ green 73 ◦ blue 66

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

Shades of Chestnut #BC4942

Tints of Chestnut #BC4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 57.49%
G = 22.32%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4942 (or 0xBC4942) is known color: Chestnut. HEX triplet: BC, 49 and 42. RGB value is (188,73,66). Sum of RGB (Red+Green+Blue) = 188+73+66=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4942 is #43B6BD. Grayscale: #6A6A6A. Windows color (decimal): -4437694 or 4344252. OLE color: 4344252.

HSL color Cylindrical-coordinate representation of color #BC4942: hue angle of 3.44º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4942 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 66 -
CMYK 0 0.61 0.65 0.26
HSL 3.44º 0.48% 0.5% -
HSV(B) 3.44º 0.65% 0.74% -
XYZ 24.1 15.85 6.94 -
YUV 106.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 188 73 66 0 0.61 0.65 0.26 3.44 0.48 0.5
Hex BC 49 42 0 3D 41 1A 3 30 32
Octal 274 111 102 0 75 101 32 3 60 62
Binary 10111100 1001001 1000010 0 111101 1000001 11010 11 110000 110010

Color Harmonies of #BC4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4942

Black with #BC4942

Text Example


Text Example

White with #BC4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4942; }

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

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

background-color css

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

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

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

border-color css

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

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

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