Html Css Color HEX #BC4865 Blush

📋 copy color: '#BC4865'

red 188 ◦ green 72 ◦ blue 101

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

Shades of Blush #BC4865

Tints of Blush #BC4865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.98%

R = 52.08%
G = 19.94%
B = 27.98%

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

#BC4865 (or 0xBC4865) is known color: Blush. HEX triplet: BC, 48 and 65. RGB value is (188,72,101). Sum of RGB (Red+Green+Blue) = 188+72+101=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4865 is #43B79A. Grayscale: #6D6D6D. Windows color (decimal): -4437915 or 6637756. OLE color: 6637756.

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

Color convert

RGB 188 72 101 -
CMYK 0 0.62 0.46 0.26
HSL 345º 0.46% 0.51% -
HSV(B) 345º 0.62% 0.74% -
XYZ 25.41 16.27 14.11 -
YUV 109.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 188 72 101 0 0.62 0.46 0.26 345 0.46 0.51
Hex BC 48 65 0 3E 2E 1A 159 2E 33
Octal 274 110 145 0 76 56 32 531 56 63
Binary 10111100 1001000 1100101 0 111110 101110 11010 101011001 101110 110011

Color Harmonies of #BC4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4865

Black with #BC4865

Text Example


Text Example

White with #BC4865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4865; }

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

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

background-color css

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

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

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

border-color css

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

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

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