Html Css Color HEX #BC5950 Sunset

📋 copy color: '#BC5950'

red 188 ◦ green 89 ◦ blue 80

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

Shades of Sunset #BC5950

Tints of Sunset #BC5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 52.66%
G = 24.93%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC5950 (or 0xBC5950) is known color: Sunset. HEX triplet: BC, 59 and 50. RGB value is (188,89,80). Sum of RGB (Red+Green+Blue) = 188+89+80=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5950 is #43A6AF. Grayscale: #757575. Windows color (decimal): -4433584 or 5265852. OLE color: 5265852.

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

Color convert

RGB 188 89 80 -
CMYK 0 0.53 0.57 0.26
HSL 0.45% 0.53% -
HSV(B) 0.57% 0.74% -
XYZ 25.76 18.42 9.79 -
YUV 117.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 188 89 80 0 0.53 0.57 0.26 5 0.45 0.53
Hex BC 59 50 0 35 39 1A 5 2D 35
Octal 274 131 120 0 65 71 32 5 55 65
Binary 10111100 1011001 1010000 0 110101 111001 11010 101 101101 110101

Color Harmonies of #BC5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5950

Black with #BC5950

Text Example


Text Example

White with #BC5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5950; }

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

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

background-color css

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

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

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

border-color css

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

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

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