Html Css Color HEX #BC4862 Blush

📋 copy color: '#BC4862'

red 188 ◦ green 72 ◦ blue 98

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

Shades of Blush #BC4862

Tints of Blush #BC4862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

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

R = 52.51%
G = 20.11%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4862 (or 0xBC4862) is known color: Blush. HEX triplet: BC, 48 and 62. RGB value is (188,72,98). Sum of RGB (Red+Green+Blue) = 188+72+98=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4862 is #43B79D. Grayscale: #6D6D6D. Windows color (decimal): -4437918 or 6441148. OLE color: 6441148.

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

Color convert

RGB 188 72 98 -
CMYK 0 0.62 0.48 0.26
HSL 346.55º 0.46% 0.51% -
HSV(B) 346.55º 0.62% 0.74% -
XYZ 25.26 16.21 13.35 -
YUV 109.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 188 72 98 0 0.62 0.48 0.26 346.55 0.46 0.51
Hex BC 48 62 0 3E 30 1A 15B 2E 33
Octal 274 110 142 0 76 60 32 533 56 63
Binary 10111100 1001000 1100010 0 111110 110000 11010 101011011 101110 110011

Color Harmonies of #BC4862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4862

Black with #BC4862

Text Example


Text Example

White with #BC4862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4862; }

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

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

background-color css

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

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

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

border-color css

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

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

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