Html Css Color HEX #BC524A Sunset

📋 copy color: '#BC524A'

red 188 ◦ green 82 ◦ blue 74

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

Shades of Sunset #BC524A

Tints of Sunset #BC524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 54.65%
G = 23.84%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC524A (or 0xBC524A) is known color: Sunset. HEX triplet: BC, 52 and 4A. RGB value is (188,82,74). Sum of RGB (Red+Green+Blue) = 188+82+74=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC524A is #43ADB5. Grayscale: #707070. Windows color (decimal): -4435382 or 4870844. OLE color: 4870844.

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

Color convert

RGB 188 82 74 -
CMYK 0 0.56 0.61 0.26
HSL 4.21º 0.46% 0.51% -
HSV(B) 4.21º 0.61% 0.74% -
XYZ 24.99 17.22 8.49 -
YUV 112.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 188 82 74 0 0.56 0.61 0.26 4.21 0.46 0.51
Hex BC 52 4A 0 38 3D 1A 4 2E 33
Octal 274 122 112 0 70 75 32 4 56 63
Binary 10111100 1010010 1001010 0 111000 111101 11010 100 101110 110011

Color Harmonies of #BC524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC524A

Black with #BC524A

Text Example


Text Example

White with #BC524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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