Html Css Color HEX #BC525C Mandy

📋 copy color: '#BC525C'

red 188 ◦ green 82 ◦ blue 92

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

Shades of Mandy #BC525C

Tints of Mandy #BC525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 51.93%
G = 22.65%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC525C (or 0xBC525C) is known color: Mandy. HEX triplet: BC, 52 and 5C. RGB value is (188,82,92). Sum of RGB (Red+Green+Blue) = 188+82+92=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC525C is #43ADA3. Grayscale: #727272. Windows color (decimal): -4435364 or 6050492. OLE color: 6050492.

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

Color convert

RGB 188 82 92 -
CMYK 0 0.56 0.51 0.26
HSL 354.34º 0.44% 0.53% -
HSV(B) 354.34º 0.56% 0.74% -
XYZ 25.69 17.5 12.15 -
YUV 114.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 188 82 92 0 0.56 0.51 0.26 354.34 0.44 0.53
Hex BC 52 5C 0 38 33 1A 162 2C 35
Octal 274 122 134 0 70 63 32 542 54 65
Binary 10111100 1010010 1011100 0 111000 110011 11010 101100010 101100 110101

Color Harmonies of #BC525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC525C

Black with #BC525C

Text Example


Text Example

White with #BC525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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