Html Css Color HEX #BC5067 Blush

📋 copy color: '#BC5067'

red 188 ◦ green 80 ◦ blue 103

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

Shades of Blush #BC5067

Tints of Blush #BC5067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 50.67%
G = 21.56%
B = 27.76%

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

#BC5067 (or 0xBC5067) is known color: Blush. HEX triplet: BC, 50 and 67. RGB value is (188,80,103). Sum of RGB (Red+Green+Blue) = 188+80+103=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5067 is #43AF98. Grayscale: #727272. Windows color (decimal): -4435865 or 6770876. OLE color: 6770876.

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

Color convert

RGB 188 80 103 -
CMYK 0 0.57 0.45 0.26
HSL 347.22º 0.45% 0.53% -
HSV(B) 347.22º 0.57% 0.74% -
XYZ 26.06 17.41 14.82 -
YUV 114.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 188 80 103 0 0.57 0.45 0.26 347.22 0.45 0.53
Hex BC 50 67 0 39 2D 1A 15B 2D 35
Octal 274 120 147 0 71 55 32 533 55 65
Binary 10111100 1010000 1100111 0 111001 101101 11010 101011011 101101 110101

Color Harmonies of #BC5067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5067

Black with #BC5067

Text Example


Text Example

White with #BC5067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5067; }

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

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

background-color css

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

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

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

border-color css

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

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

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