Html Css Color HEX #BC5046 Chestnut

📋 copy color: '#BC5046'

red 188 ◦ green 80 ◦ blue 70

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

Shades of Chestnut #BC5046

Tints of Chestnut #BC5046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 55.62%
G = 23.67%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5046 (or 0xBC5046) is known color: Chestnut. HEX triplet: BC, 50 and 46. RGB value is (188,80,70). Sum of RGB (Red+Green+Blue) = 188+80+70=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5046 is #43AFB9. Grayscale: #6F6F6F. Windows color (decimal): -4435898 or 4608188. OLE color: 4608188.

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

Color convert

RGB 188 80 70 -
CMYK 0 0.57 0.63 0.26
HSL 5.08º 0.47% 0.51% -
HSV(B) 5.08º 0.63% 0.74% -
XYZ 24.71 16.87 7.75 -
YUV 111.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 188 80 70 0 0.57 0.63 0.26 5.08 0.47 0.51
Hex BC 50 46 0 39 3F 1A 5 2F 33
Octal 274 120 106 0 71 77 32 5 57 63
Binary 10111100 1010000 1000110 0 111001 111111 11010 101 101111 110011

Color Harmonies of #BC5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5046

Black with #BC5046

Text Example


Text Example

White with #BC5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5046; }

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

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

background-color css

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

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

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

border-color css

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

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

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