Html Css Color HEX #BC4D42 Chestnut

📋 copy color: '#BC4D42'

red 188 ◦ green 77 ◦ blue 66

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

Shades of Chestnut #BC4D42

Tints of Chestnut #BC4D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

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

R = 56.8%
G = 23.26%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4D42 (or 0xBC4D42) is known color: Chestnut. HEX triplet: BC, 4D and 42. RGB value is (188,77,66). Sum of RGB (Red+Green+Blue) = 188+77+66=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D42 is #43B2BD. Grayscale: #6D6D6D. Windows color (decimal): -4436670 or 4345276. OLE color: 4345276.

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

Color convert

RGB 188 77 66 -
CMYK 0 0.59 0.65 0.26
HSL 5.41º 0.48% 0.5% -
HSV(B) 5.41º 0.65% 0.74% -
XYZ 24.38 16.39 7.03 -
YUV 108.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 188 77 66 0 0.59 0.65 0.26 5.41 0.48 0.5
Hex BC 4D 42 0 3B 41 1A 5 30 32
Octal 274 115 102 0 73 101 32 5 60 62
Binary 10111100 1001101 1000010 0 111011 1000001 11010 101 110000 110010

Color Harmonies of #BC4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D42

Black with #BC4D42

Text Example


Text Example

White with #BC4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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