Html Css Color HEX #BC4668 Blush

📋 copy color: '#BC4668'

red 188 ◦ green 70 ◦ blue 104

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

Shades of Blush #BC4668

Tints of Blush #BC4668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 51.93%
G = 19.34%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC4668 (or 0xBC4668) is known color: Blush. HEX triplet: BC, 46 and 68. RGB value is (188,70,104). Sum of RGB (Red+Green+Blue) = 188+70+104=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4668 is #43B997. Grayscale: #6D6D6D. Windows color (decimal): -4438424 or 6833852. OLE color: 6833852.

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

Color convert

RGB 188 70 104 -
CMYK 0 0.63 0.45 0.26
HSL 342.71º 0.47% 0.51% -
HSV(B) 342.71º 0.63% 0.74% -
XYZ 25.43 16.07 14.86 -
YUV 109.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 188 70 104 0 0.63 0.45 0.26 342.71 0.47 0.51
Hex BC 46 68 0 3F 2D 1A 157 2F 33
Octal 274 106 150 0 77 55 32 527 57 63
Binary 10111100 1000110 1101000 0 111111 101101 11010 101010111 101111 110011

Color Harmonies of #BC4668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4668

Black with #BC4668

Text Example


Text Example

White with #BC4668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4668; }

 p { color: rgb(188,70,104); }

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

background-color css

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

 a { background-color: rgb(188,70,104); }

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

border-color css

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

 span { border-color: rgb(188,70,104); }

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