Html Css Color HEX #BC5467 Blush

📋 copy color: '#BC5467'

red 188 ◦ green 84 ◦ blue 103

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

Shades of Blush #BC5467

Tints of Blush #BC5467

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 50.13%
G = 22.4%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5467 (or 0xBC5467) is known color: Blush. HEX triplet: BC, 54 and 67. RGB value is (188,84,103). Sum of RGB (Red+Green+Blue) = 188+84+103=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5467 is #43AB98. Grayscale: #757575. Windows color (decimal): -4434841 or 6771900. OLE color: 6771900.

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

Color convert

RGB 188 84 103 -
CMYK 0 0.55 0.45 0.26
HSL 349.04º 0.44% 0.53% -
HSV(B) 349.04º 0.55% 0.74% -
XYZ 26.36 18.01 14.92 -
YUV 117.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 188 84 103 0 0.55 0.45 0.26 349.04 0.44 0.53
Hex BC 54 67 0 37 2D 1A 15D 2C 35
Octal 274 124 147 0 67 55 32 535 54 65
Binary 10111100 1010100 1100111 0 110111 101101 11010 101011101 101100 110101

Color Harmonies of #BC5467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5467

Black with #BC5467

Text Example


Text Example

White with #BC5467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5467; }

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

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

background-color css

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

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

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

border-color css

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

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

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