Html Css Color HEX #BC5667 Blush

📋 copy color: '#BC5667'

red 188 ◦ green 86 ◦ blue 103

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

Shades of Blush #BC5667

Tints of Blush #BC5667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.81%

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

R = 49.87%
G = 22.81%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5667 (or 0xBC5667) is known color: Blush. HEX triplet: BC, 56 and 67. RGB value is (188,86,103). Sum of RGB (Red+Green+Blue) = 188+86+103=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5667 is #43A998. Grayscale: #767676. Windows color (decimal): -4434329 or 6772412. OLE color: 6772412.

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

Color convert

RGB 188 86 103 -
CMYK 0 0.54 0.45 0.26
HSL 350º 0.43% 0.54% -
HSV(B) 350º 0.54% 0.74% -
XYZ 26.52 18.33 14.97 -
YUV 118.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 188 86 103 0 0.54 0.45 0.26 350 0.43 0.54
Hex BC 56 67 0 36 2D 1A 15E 2B 36
Octal 274 126 147 0 66 55 32 536 53 66
Binary 10111100 1010110 1100111 0 110110 101101 11010 101011110 101011 110110

Color Harmonies of #BC5667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5667

Black with #BC5667

Text Example


Text Example

White with #BC5667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5667; }

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

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

background-color css

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

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

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

border-color css

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

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

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