Html Css Color HEX #BC4769 Blush

📋 copy color: '#BC4769'

red 188 ◦ green 71 ◦ blue 105

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

Shades of Blush #BC4769

Tints of Blush #BC4769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.51%

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

R = 51.65%
G = 19.51%
B = 28.85%

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

#BC4769 (or 0xBC4769) is known color: Blush. HEX triplet: BC, 47 and 69. RGB value is (188,71,105). Sum of RGB (Red+Green+Blue) = 188+71+105=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4769 is #43B896. Grayscale: #6D6D6D. Windows color (decimal): -4438167 or 6899644. OLE color: 6899644.

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

Color convert

RGB 188 71 105 -
CMYK 0 0.62 0.44 0.26
HSL 342.56º 0.47% 0.51% -
HSV(B) 342.56º 0.62% 0.74% -
XYZ 25.54 16.22 15.15 -
YUV 109.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 188 71 105 0 0.62 0.44 0.26 342.56 0.47 0.51
Hex BC 47 69 0 3E 2C 1A 157 2F 33
Octal 274 107 151 0 76 54 32 527 57 63
Binary 10111100 1000111 1101001 0 111110 101100 11010 101010111 101111 110011

Color Harmonies of #BC4769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4769

Black with #BC4769

Text Example


Text Example

White with #BC4769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4769; }

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

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

background-color css

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

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

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

border-color css

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

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

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