Html Css Color HEX #BC5351 Sunset

📋 copy color: '#BC5351'

red 188 ◦ green 83 ◦ blue 81

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

Shades of Sunset #BC5351

Tints of Sunset #BC5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

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

R = 53.41%
G = 23.58%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC5351 (or 0xBC5351) is known color: Sunset. HEX triplet: BC, 53 and 51. RGB value is (188,83,81). Sum of RGB (Red+Green+Blue) = 188+83+81=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5351 is #43ACAE. Grayscale: #727272. Windows color (decimal): -4435119 or 5329852. OLE color: 5329852.

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

Color convert

RGB 188 83 81 -
CMYK 0 0.56 0.57 0.26
HSL 1.12º 0.44% 0.53% -
HSV(B) 1.12º 0.57% 0.74% -
XYZ 25.32 17.47 9.82 -
YUV 114.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 188 83 81 0 0.56 0.57 0.26 1.12 0.44 0.53
Hex BC 53 51 0 38 39 1A 1 2C 35
Octal 274 123 121 0 70 71 32 1 54 65
Binary 10111100 1010011 1010001 0 111000 111001 11010 1 101100 110101

Color Harmonies of #BC5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5351

Black with #BC5351

Text Example


Text Example

White with #BC5351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5351; }

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

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

background-color css

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

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

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

border-color css

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

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

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