Html Css Color HEX #BC5465 Blush

📋 copy color: '#BC5465'

red 188 ◦ green 84 ◦ blue 101

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

Shades of Blush #BC5465

Tints of Blush #BC5465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 50.4%
G = 22.52%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC5465 (or 0xBC5465) is known color: Blush. HEX triplet: BC, 54 and 65. RGB value is (188,84,101). Sum of RGB (Red+Green+Blue) = 188+84+101=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5465 is #43AB9A. Grayscale: #757575. Windows color (decimal): -4434843 or 6640828. OLE color: 6640828.

HSL color Cylindrical-coordinate representation of color #BC5465: hue angle of 350.19º 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 #BC5465 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 101 -
CMYK 0 0.55 0.46 0.26
HSL 350.19º 0.44% 0.53% -
HSV(B) 350.19º 0.55% 0.74% -
XYZ 26.26 17.97 14.4 -
YUV 117.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 188 84 101 0 0.55 0.46 0.26 350.19 0.44 0.53
Hex BC 54 65 0 37 2E 1A 15E 2C 35
Octal 274 124 145 0 67 56 32 536 54 65
Binary 10111100 1010100 1100101 0 110111 101110 11010 101011110 101100 110101

Color Harmonies of #BC5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5465

Black with #BC5465

Text Example


Text Example

White with #BC5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5465; }

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

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

background-color css

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

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

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

border-color css

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

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

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