Html Css Color HEX #BC4E62 Blush

📋 copy color: '#BC4E62'

red 188 ◦ green 78 ◦ blue 98

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

Shades of Blush #BC4E62

Tints of Blush #BC4E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.43%

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

R = 51.65%
G = 21.43%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4E62 (or 0xBC4E62) is known color: Blush. HEX triplet: BC, 4E and 62. RGB value is (188,78,98). Sum of RGB (Red+Green+Blue) = 188+78+98=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E62 is #43B19D. Grayscale: #717171. Windows color (decimal): -4436382 or 6442684. OLE color: 6442684.

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

Color convert

RGB 188 78 98 -
CMYK 0 0.59 0.48 0.26
HSL 349.09º 0.45% 0.52% -
HSV(B) 349.09º 0.59% 0.74% -
XYZ 25.67 17.02 13.49 -
YUV 113.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 188 78 98 0 0.59 0.48 0.26 349.09 0.45 0.52
Hex BC 4E 62 0 3B 30 1A 15D 2D 34
Octal 274 116 142 0 73 60 32 535 55 64
Binary 10111100 1001110 1100010 0 111011 110000 11010 101011101 101101 110100

Color Harmonies of #BC4E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E62

Black with #BC4E62

Text Example


Text Example

White with #BC4E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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