Html Css Color HEX #BC5167 Blush

📋 copy color: '#BC5167'

red 188 ◦ green 81 ◦ blue 103

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

Shades of Blush #BC5167

Tints of Blush #BC5167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

 BLUE value IS 103 (40.63% from 255) = 27.69%

R = 50.54%
G = 21.77%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5167 (or 0xBC5167) is known color: Blush. HEX triplet: BC, 51 and 67. RGB value is (188,81,103). Sum of RGB (Red+Green+Blue) = 188+81+103=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5167 is #43AE98. Grayscale: #737373. Windows color (decimal): -4435609 or 6771132. OLE color: 6771132.

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

Color convert

RGB 188 81 103 -
CMYK 0 0.57 0.45 0.26
HSL 347.66º 0.44% 0.53% -
HSV(B) 347.66º 0.57% 0.74% -
XYZ 26.13 17.56 14.84 -
YUV 115.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 188 81 103 0 0.57 0.45 0.26 347.66 0.44 0.53
Hex BC 51 67 0 39 2D 1A 15C 2C 35
Octal 274 121 147 0 71 55 32 534 54 65
Binary 10111100 1010001 1100111 0 111001 101101 11010 101011100 101100 110101

Color Harmonies of #BC5167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5167

Black with #BC5167

Text Example


Text Example

White with #BC5167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5167; }

 p { color: rgb(188,81,103); }

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

background-color css

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

 a { background-color: rgb(188,81,103); }

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

border-color css

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

 span { border-color: rgb(188,81,103); }

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