Html Css Color HEX #BC4742 Chestnut

📋 copy color: '#BC4742'

red 188 ◦ green 71 ◦ blue 66

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

Shades of Chestnut #BC4742

Tints of Chestnut #BC4742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 57.85%
G = 21.85%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4742 (or 0xBC4742) is known color: Chestnut. HEX triplet: BC, 47 and 42. RGB value is (188,71,66). Sum of RGB (Red+Green+Blue) = 188+71+66=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4742 is #43B8BD. Grayscale: #696969. Windows color (decimal): -4438206 or 4343740. OLE color: 4343740.

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

Color convert

RGB 188 71 66 -
CMYK 0 0.62 0.65 0.26
HSL 2.46º 0.48% 0.5% -
HSV(B) 2.46º 0.65% 0.74% -
XYZ 23.98 15.59 6.9 -
YUV 105.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 188 71 66 0 0.62 0.65 0.26 2.46 0.48 0.5
Hex BC 47 42 0 3E 41 1A 2 30 32
Octal 274 107 102 0 76 101 32 2 60 62
Binary 10111100 1000111 1000010 0 111110 1000001 11010 10 110000 110010

Color Harmonies of #BC4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4742

Black with #BC4742

Text Example


Text Example

White with #BC4742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4742; }

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

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

background-color css

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

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

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

border-color css

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

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

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