Html Css Color HEX #BC5144 Chestnut

📋 copy color: '#BC5144'

red 188 ◦ green 81 ◦ blue 68

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

Shades of Chestnut #BC5144

Tints of Chestnut #BC5144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 55.79%
G = 24.04%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC5144 (or 0xBC5144) is known color: Chestnut. HEX triplet: BC, 51 and 44. RGB value is (188,81,68). Sum of RGB (Red+Green+Blue) = 188+81+68=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5144 is #43AEBB. Grayscale: #6F6F6F. Windows color (decimal): -4435644 or 4477372. OLE color: 4477372.

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

Color convert

RGB 188 81 68 -
CMYK 0 0.57 0.64 0.26
HSL 6.5º 0.47% 0.5% -
HSV(B) 6.5º 0.64% 0.74% -
XYZ 24.72 16.99 7.45 -
YUV 111.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 188 81 68 0 0.57 0.64 0.26 6.5 0.47 0.5
Hex BC 51 44 0 39 40 1A 6 2F 32
Octal 274 121 104 0 71 100 32 6 57 62
Binary 10111100 1010001 1000100 0 111001 1000000 11010 110 101111 110010

Color Harmonies of #BC5144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5144

Black with #BC5144

Text Example


Text Example

White with #BC5144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5144; }

 p { color: rgb(188,81,68); }

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

background-color css

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

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

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

border-color css

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

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

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