Html Css Color HEX #BC5262 Blush

📋 copy color: '#BC5262'

red 188 ◦ green 82 ◦ blue 98

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

Shades of Blush #BC5262

Tints of Blush #BC5262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.63%

R = 51.09%
G = 22.28%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC5262 (or 0xBC5262) is known color: Blush. HEX triplet: BC, 52 and 62. RGB value is (188,82,98). Sum of RGB (Red+Green+Blue) = 188+82+98=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5262 is #43AD9D. Grayscale: #737373. Windows color (decimal): -4435358 or 6443708. OLE color: 6443708.

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

Color convert

RGB 188 82 98 -
CMYK 0 0.56 0.48 0.26
HSL 350.94º 0.44% 0.53% -
HSV(B) 350.94º 0.56% 0.74% -
XYZ 25.96 17.61 13.59 -
YUV 115.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 188 82 98 0 0.56 0.48 0.26 350.94 0.44 0.53
Hex BC 52 62 0 38 30 1A 15F 2C 35
Octal 274 122 142 0 70 60 32 537 54 65
Binary 10111100 1010010 1100010 0 111000 110000 11010 101011111 101100 110101

Color Harmonies of #BC5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5262

Black with #BC5262

Text Example


Text Example

White with #BC5262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5262; }

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

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

background-color css

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

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

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

border-color css

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

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

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