Html Css Color HEX #BC5E67 Blush

📋 copy color: '#BC5E67'

red 188 ◦ green 94 ◦ blue 103

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

Shades of Blush #BC5E67

Tints of Blush #BC5E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

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

R = 48.83%
G = 24.42%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5E67 (or 0xBC5E67) is known color: Blush. HEX triplet: BC, 5E and 67. RGB value is (188,94,103). Sum of RGB (Red+Green+Blue) = 188+94+103=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E67 is #43A198. Grayscale: #7B7B7B. Windows color (decimal): -4432281 or 6774460. OLE color: 6774460.

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

Color convert

RGB 188 94 103 -
CMYK 0 0.50 0.45 0.26
HSL 354.26º 0.41% 0.55% -
HSV(B) 354.26º 0.5% 0.74% -
XYZ 27.19 19.68 15.2 -
YUV 123.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 188 94 103 0 0.50 0.45 0.26 354.26 0.41 0.55
Hex BC 5E 67 0 32 2D 1A 162 29 37
Octal 274 136 147 0 62 55 32 542 51 67
Binary 10111100 1011110 1100111 0 110010 101101 11010 101100010 101001 110111

Color Harmonies of #BC5E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E67

Black with #BC5E67

Text Example


Text Example

White with #BC5E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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