Html Css Color HEX #BC524F Sunset

📋 copy color: '#BC524F'

red 188 ◦ green 82 ◦ blue 79

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

Shades of Sunset #BC524F

Tints of Sunset #BC524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 53.87%
G = 23.5%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC524F (or 0xBC524F) is known color: Sunset. HEX triplet: BC, 52 and 4F. RGB value is (188,82,79). Sum of RGB (Red+Green+Blue) = 188+82+79=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC524F is #43ADB0. Grayscale: #717171. Windows color (decimal): -4435377 or 5198524. OLE color: 5198524.

HSL color Cylindrical-coordinate representation of color #BC524F: hue angle of 1.65º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC524F is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 79 -
CMYK 0 0.56 0.58 0.26
HSL 1.65º 0.45% 0.52% -
HSV(B) 1.65º 0.58% 0.74% -
XYZ 25.17 17.29 9.41 -
YUV 113.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 188 82 79 0 0.56 0.58 0.26 1.65 0.45 0.52
Hex BC 52 4F 0 38 3A 1A 2 2D 34
Octal 274 122 117 0 70 72 32 2 55 64
Binary 10111100 1010010 1001111 0 111000 111010 11010 10 101101 110100

Color Harmonies of #BC524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC524F

Black with #BC524F

Text Example


Text Example

White with #BC524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC524F; }

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

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

background-color css

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

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

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

border-color css

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

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

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