Html Css Color HEX #BC5151 Sunset

📋 copy color: '#BC5151'

red 188 ◦ green 81 ◦ blue 81

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

Shades of Sunset #BC5151

Tints of Sunset #BC5151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 53.71%
G = 23.14%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC5151 (or 0xBC5151) is known color: Sunset. HEX triplet: BC, 51 and 51. RGB value is (188,81,81). Sum of RGB (Red+Green+Blue) = 188+81+81=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5151 is #43AEAE. Grayscale: #717171. Windows color (decimal): -4435631 or 5329340. OLE color: 5329340.

HSL color Cylindrical-coordinate representation of color #BC5151: hue angle of 0º degrees, saturation: 0.44, 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 #BC5151 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 81 -
CMYK 0 0.57 0.57 0.26
HSL 0.44% 0.53% -
HSV(B) 0.57% 0.74% -
XYZ 25.17 17.17 9.77 -
YUV 112.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 188 81 81 0 0.57 0.57 0.26 0 0.44 0.53
Hex BC 51 51 0 39 39 1A 0 2C 35
Octal 274 121 121 0 71 71 32 0 54 65
Binary 10111100 1010001 1010001 0 111001 111001 11010 0 101100 110101

Color Harmonies of #BC5151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5151

Black with #BC5151

Text Example


Text Example

White with #BC5151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5151; }

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

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

background-color css

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

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

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

border-color css

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

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

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