Html Css Color HEX #BC5449 Sunset

📋 copy color: '#BC5449'

red 188 ◦ green 84 ◦ blue 73

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

Shades of Sunset #BC5449

Tints of Sunset #BC5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

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

R = 54.49%
G = 24.35%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC5449 (or 0xBC5449) is known color: Sunset. HEX triplet: BC, 54 and 49. RGB value is (188,84,73). Sum of RGB (Red+Green+Blue) = 188+84+73=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5449 is #43ABB6. Grayscale: #717171. Windows color (decimal): -4434871 or 4805820. OLE color: 4805820.

HSL color Cylindrical-coordinate representation of color #BC5449: hue angle of 5.74º 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 #BC5449 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 73 -
CMYK 0 0.55 0.61 0.26
HSL 5.74º 0.46% 0.51% -
HSV(B) 5.74º 0.61% 0.74% -
XYZ 25.11 17.51 8.36 -
YUV 113.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 188 84 73 0 0.55 0.61 0.26 5.74 0.46 0.51
Hex BC 54 49 0 37 3D 1A 6 2E 33
Octal 274 124 111 0 67 75 32 6 56 63
Binary 10111100 1010100 1001001 0 110111 111101 11010 110 101110 110011

Color Harmonies of #BC5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5449

Black with #BC5449

Text Example


Text Example

White with #BC5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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