Html Css Color HEX #BC4866 Blush

📋 copy color: '#BC4866'

red 188 ◦ green 72 ◦ blue 102

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

Shades of Blush #BC4866

Tints of Blush #BC4866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 51.93%
G = 19.89%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC4866 (or 0xBC4866) is known color: Blush. HEX triplet: BC, 48 and 66. RGB value is (188,72,102). Sum of RGB (Red+Green+Blue) = 188+72+102=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4866 is #43B799. Grayscale: #6E6E6E. Windows color (decimal): -4437914 or 6703292. OLE color: 6703292.

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

Color convert

RGB 188 72 102 -
CMYK 0 0.62 0.46 0.26
HSL 344.48º 0.46% 0.51% -
HSV(B) 344.48º 0.62% 0.74% -
XYZ 25.45 16.29 14.37 -
YUV 110.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 188 72 102 0 0.62 0.46 0.26 344.48 0.46 0.51
Hex BC 48 66 0 3E 2E 1A 158 2E 33
Octal 274 110 146 0 76 56 32 530 56 63
Binary 10111100 1001000 1100110 0 111110 101110 11010 101011000 101110 110011

Color Harmonies of #BC4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4866

Black with #BC4866

Text Example


Text Example

White with #BC4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4866; }

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

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

background-color css

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

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

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

border-color css

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

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

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