Html Css Color HEX #BC514D Sunset

📋 copy color: '#BC514D'

red 188 ◦ green 81 ◦ blue 77

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

Shades of Sunset #BC514D

Tints of Sunset #BC514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 54.34%
G = 23.41%
B = 22.25%

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

#BC514D (or 0xBC514D) is known color: Sunset. HEX triplet: BC, 51 and 4D. RGB value is (188,81,77). Sum of RGB (Red+Green+Blue) = 188+81+77=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC514D is #43AEB2. Grayscale: #707070. Windows color (decimal): -4435635 or 5067196. OLE color: 5067196.

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

Color convert

RGB 188 81 77 -
CMYK 0 0.57 0.59 0.26
HSL 2.16º 0.45% 0.52% -
HSV(B) 2.16º 0.59% 0.74% -
XYZ 25.02 17.11 9.01 -
YUV 112.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 188 81 77 0 0.57 0.59 0.26 2.16 0.45 0.52
Hex BC 51 4D 0 39 3B 1A 2 2D 34
Octal 274 121 115 0 71 73 32 2 55 64
Binary 10111100 1010001 1001101 0 111001 111011 11010 10 101101 110100

Color Harmonies of #BC514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC514D

Black with #BC514D

Text Example


Text Example

White with #BC514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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