Html Css Color HEX #BC574E Sunset

📋 copy color: '#BC574E'

red 188 ◦ green 87 ◦ blue 78

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

Shades of Sunset #BC574E

Tints of Sunset #BC574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 53.26%
G = 24.65%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC574E (or 0xBC574E) is known color: Sunset. HEX triplet: BC, 57 and 4E. RGB value is (188,87,78). Sum of RGB (Red+Green+Blue) = 188+87+78=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC574E is #43A8B1. Grayscale: #747474. Windows color (decimal): -4434098 or 5134268. OLE color: 5134268.

HSL color Cylindrical-coordinate representation of color #BC574E: hue angle of 4.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC574E is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 78 -
CMYK 0 0.54 0.59 0.26
HSL 4.91º 0.45% 0.52% -
HSV(B) 4.91º 0.59% 0.74% -
XYZ 25.52 18.06 9.35 -
YUV 116.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 188 87 78 0 0.54 0.59 0.26 4.91 0.45 0.52
Hex BC 57 4E 0 36 3B 1A 5 2D 34
Octal 274 127 116 0 66 73 32 5 55 64
Binary 10111100 1010111 1001110 0 110110 111011 11010 101 101101 110100

Color Harmonies of #BC574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC574E

Black with #BC574E

Text Example


Text Example

White with #BC574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC574E; }

 p { color: rgb(188,87,78); }

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

background-color css

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

 a { background-color: rgb(188,87,78); }

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

border-color css

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

 span { border-color: rgb(188,87,78); }

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