Html Css Color HEX #BC514C Sunset

📋 copy color: '#BC514C'

red 188 ◦ green 81 ◦ blue 76

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

Shades of Sunset #BC514C

Tints of Sunset #BC514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 54.49%
G = 23.48%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC514C (or 0xBC514C) is known color: Sunset. HEX triplet: BC, 51 and 4C. RGB value is (188,81,76). Sum of RGB (Red+Green+Blue) = 188+81+76=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC514C is #43AEB3. Grayscale: #707070. Windows color (decimal): -4435636 or 5001660. OLE color: 5001660.

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

Color convert

RGB 188 81 76 -
CMYK 0 0.57 0.60 0.26
HSL 2.68º 0.46% 0.52% -
HSV(B) 2.68º 0.6% 0.74% -
XYZ 24.99 17.1 8.82 -
YUV 112.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 188 81 76 0 0.57 0.60 0.26 2.68 0.46 0.52
Hex BC 51 4C 0 39 3C 1A 3 2E 34
Octal 274 121 114 0 71 74 32 3 56 64
Binary 10111100 1010001 1001100 0 111001 111100 11010 11 101110 110100

Color Harmonies of #BC514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC514C

Black with #BC514C

Text Example


Text Example

White with #BC514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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