Html Css Color HEX #BC4869 Blush

📋 copy color: '#BC4869'

red 188 ◦ green 72 ◦ blue 105

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

Shades of Blush #BC4869

Tints of Blush #BC4869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.77%

R = 51.51%
G = 19.73%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC4869 (or 0xBC4869) is known color: Blush. HEX triplet: BC, 48 and 69. RGB value is (188,72,105). Sum of RGB (Red+Green+Blue) = 188+72+105=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4869 is #43B796. Grayscale: #6E6E6E. Windows color (decimal): -4437911 or 6899900. OLE color: 6899900.

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

Color convert

RGB 188 72 105 -
CMYK 0 0.62 0.44 0.26
HSL 342.93º 0.46% 0.51% -
HSV(B) 342.93º 0.62% 0.74% -
XYZ 25.61 16.35 15.17 -
YUV 110.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 188 72 105 0 0.62 0.44 0.26 342.93 0.46 0.51
Hex BC 48 69 0 3E 2C 1A 157 2E 33
Octal 274 110 151 0 76 54 32 527 56 63
Binary 10111100 1001000 1101001 0 111110 101100 11010 101010111 101110 110011

Color Harmonies of #BC4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4869

Black with #BC4869

Text Example


Text Example

White with #BC4869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4869; }

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

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

background-color css

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

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

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

border-color css

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

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

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