Html Css Color HEX #BC524D Sunset

📋 copy color: '#BC524D'

red 188 ◦ green 82 ◦ blue 77

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

Shades of Sunset #BC524D

Tints of Sunset #BC524D

RGB

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

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

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

R = 54.18%
G = 23.63%
B = 22.19%

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

#BC524D (or 0xBC524D) is known color: Sunset. HEX triplet: BC, 52 and 4D. RGB value is (188,82,77). Sum of RGB (Red+Green+Blue) = 188+82+77=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC524D is #43ADB2. Grayscale: #717171. Windows color (decimal): -4435379 or 5067452. OLE color: 5067452.

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

Color convert

RGB 188 82 77 -
CMYK 0 0.56 0.59 0.26
HSL 2.7º 0.45% 0.52% -
HSV(B) 2.7º 0.59% 0.74% -
XYZ 25.1 17.26 9.03 -
YUV 113.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 188 82 77 0 0.56 0.59 0.26 2.7 0.45 0.52
Hex BC 52 4D 0 38 3B 1A 3 2D 34
Octal 274 122 115 0 70 73 32 3 55 64
Binary 10111100 1010010 1001101 0 111000 111011 11010 11 101101 110100

Color Harmonies of #BC524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC524D

Black with #BC524D

Text Example


Text Example

White with #BC524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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