Html Css Color HEX #BC525F Blush

📋 copy color: '#BC525F'

red 188 ◦ green 82 ◦ blue 95

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

Shades of Blush #BC525F

Tints of Blush #BC525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 51.51%
G = 22.47%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC525F (or 0xBC525F) is known color: Blush. HEX triplet: BC, 52 and 5F. RGB value is (188,82,95). Sum of RGB (Red+Green+Blue) = 188+82+95=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC525F is #43ADA0. Grayscale: #737373. Windows color (decimal): -4435361 or 6247100. OLE color: 6247100.

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

Color convert

RGB 188 82 95 -
CMYK 0 0.56 0.49 0.26
HSL 352.64º 0.44% 0.53% -
HSV(B) 352.64º 0.56% 0.74% -
XYZ 25.82 17.55 12.85 -
YUV 115.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 188 82 95 0 0.56 0.49 0.26 352.64 0.44 0.53
Hex BC 52 5F 0 38 31 1A 161 2C 35
Octal 274 122 137 0 70 61 32 541 54 65
Binary 10111100 1010010 1011111 0 111000 110001 11010 101100001 101100 110101

Color Harmonies of #BC525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC525F

Black with #BC525F

Text Example


Text Example

White with #BC525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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