Html Css Color HEX #BC514E Sunset

📋 copy color: '#BC514E'

red 188 ◦ green 81 ◦ blue 78

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

Shades of Sunset #BC514E

Tints of Sunset #BC514E

RGB

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

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

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

R = 54.18%
G = 23.34%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC514E (or 0xBC514E) is known color: Sunset. HEX triplet: BC, 51 and 4E. RGB value is (188,81,78). Sum of RGB (Red+Green+Blue) = 188+81+78=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC514E is #43AEB1. Grayscale: #707070. Windows color (decimal): -4435634 or 5132732. OLE color: 5132732.

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

Color convert

RGB 188 81 78 -
CMYK 0 0.57 0.59 0.26
HSL 1.64º 0.45% 0.52% -
HSV(B) 1.64º 0.59% 0.74% -
XYZ 25.06 17.13 9.19 -
YUV 112.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 188 81 78 0 0.57 0.59 0.26 1.64 0.45 0.52
Hex BC 51 4E 0 39 3B 1A 2 2D 34
Octal 274 121 116 0 71 73 32 2 55 64
Binary 10111100 1010001 1001110 0 111001 111011 11010 10 101101 110100

Color Harmonies of #BC514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC514E

Black with #BC514E

Text Example


Text Example

White with #BC514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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