Html Css Color HEX #BC524E Sunset

📋 copy color: '#BC524E'

red 188 ◦ green 82 ◦ blue 78

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

Shades of Sunset #BC524E

Tints of Sunset #BC524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

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

R = 54.02%
G = 23.56%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC524E (or 0xBC524E) is known color: Sunset. HEX triplet: BC, 52 and 4E. RGB value is (188,82,78). Sum of RGB (Red+Green+Blue) = 188+82+78=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC524E is #43ADB1. Grayscale: #717171. Windows color (decimal): -4435378 or 5132988. OLE color: 5132988.

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

Color convert

RGB 188 82 78 -
CMYK 0 0.56 0.59 0.26
HSL 2.18º 0.45% 0.52% -
HSV(B) 2.18º 0.59% 0.74% -
XYZ 25.13 17.28 9.22 -
YUV 113.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 188 82 78 0 0.56 0.59 0.26 2.18 0.45 0.52
Hex BC 52 4E 0 38 3B 1A 2 2D 34
Octal 274 122 116 0 70 73 32 2 55 64
Binary 10111100 1010010 1001110 0 111000 111011 11010 10 101101 110100

Color Harmonies of #BC524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC524E

Black with #BC524E

Text Example


Text Example

White with #BC524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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