Html Css Color HEX #BC5149 Sunset

📋 copy color: '#BC5149'

red 188 ◦ green 81 ◦ blue 73

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

Shades of Sunset #BC5149

Tints of Sunset #BC5149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 54.97%
G = 23.68%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC5149 (or 0xBC5149) is known color: Sunset. HEX triplet: BC, 51 and 49. RGB value is (188,81,73). Sum of RGB (Red+Green+Blue) = 188+81+73=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5149 is #43AEB6. Grayscale: #707070. Windows color (decimal): -4435639 or 4805052. OLE color: 4805052.

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

Color convert

RGB 188 81 73 -
CMYK 0 0.57 0.61 0.26
HSL 4.17º 0.46% 0.51% -
HSV(B) 4.17º 0.61% 0.74% -
XYZ 24.88 17.06 8.28 -
YUV 112.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 188 81 73 0 0.57 0.61 0.26 4.17 0.46 0.51
Hex BC 51 49 0 39 3D 1A 4 2E 33
Octal 274 121 111 0 71 75 32 4 56 63
Binary 10111100 1010001 1001001 0 111001 111101 11010 100 101110 110011

Color Harmonies of #BC5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5149

Black with #BC5149

Text Example


Text Example

White with #BC5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5149; }

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

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

background-color css

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

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

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

border-color css

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

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

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