Html Css Color HEX #BC5047 Chestnut

📋 copy color: '#BC5047'

red 188 ◦ green 80 ◦ blue 71

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

Shades of Chestnut #BC5047

Tints of Chestnut #BC5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.6%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 55.46%
G = 23.6%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC5047 (or 0xBC5047) is known color: Chestnut. HEX triplet: BC, 50 and 47. RGB value is (188,80,71). Sum of RGB (Red+Green+Blue) = 188+80+71=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5047 is #43AFB8. Grayscale: #6F6F6F. Windows color (decimal): -4435897 or 4673724. OLE color: 4673724.

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

Color convert

RGB 188 80 71 -
CMYK 0 0.57 0.62 0.26
HSL 4.62º 0.47% 0.51% -
HSV(B) 4.62º 0.62% 0.74% -
XYZ 24.75 16.88 7.92 -
YUV 111.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 188 80 71 0 0.57 0.62 0.26 4.62 0.47 0.51
Hex BC 50 47 0 39 3E 1A 5 2F 33
Octal 274 120 107 0 71 76 32 5 57 63
Binary 10111100 1010000 1000111 0 111001 111110 11010 101 101111 110011

Color Harmonies of #BC5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5047

Black with #BC5047

Text Example


Text Example

White with #BC5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5047; }

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

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

background-color css

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

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

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

border-color css

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

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

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