Html Css Color HEX #BC5045 Chestnut

📋 copy color: '#BC5045'

red 188 ◦ green 80 ◦ blue 69

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

Shades of Chestnut #BC5045

Tints of Chestnut #BC5045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 55.79%
G = 23.74%
B = 20.47%

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

#BC5045 (or 0xBC5045) is known color: Chestnut. HEX triplet: BC, 50 and 45. RGB value is (188,80,69). Sum of RGB (Red+Green+Blue) = 188+80+69=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5045 is #43AFBA. Grayscale: #6F6F6F. Windows color (decimal): -4435899 or 4542652. OLE color: 4542652.

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

Color convert

RGB 188 80 69 -
CMYK 0 0.57 0.63 0.26
HSL 5.55º 0.47% 0.5% -
HSV(B) 5.55º 0.63% 0.74% -
XYZ 24.68 16.86 7.58 -
YUV 111.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 188 80 69 0 0.57 0.63 0.26 5.55 0.47 0.5
Hex BC 50 45 0 39 3F 1A 6 2F 32
Octal 274 120 105 0 71 77 32 6 57 62
Binary 10111100 1010000 1000101 0 111001 111111 11010 110 101111 110010

Color Harmonies of #BC5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5045

Black with #BC5045

Text Example


Text Example

White with #BC5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5045; }

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

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

background-color css

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

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

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

border-color css

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

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

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