Html Css Color HEX #BC445E Blush

📋 copy color: '#BC445E'

red 188 ◦ green 68 ◦ blue 94

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

Shades of Blush #BC445E

Tints of Blush #BC445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 53.71%
G = 19.43%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC445E (or 0xBC445E) is known color: Blush. HEX triplet: BC, 44 and 5E. RGB value is (188,68,94). Sum of RGB (Red+Green+Blue) = 188+68+94=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC445E is #43BBA1. Grayscale: #6A6A6A. Windows color (decimal): -4438946 or 6177980. OLE color: 6177980.

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

Color convert

RGB 188 68 94 -
CMYK 0 0.64 0.50 0.26
HSL 347º 0.47% 0.5% -
HSV(B) 347º 0.64% 0.74% -
XYZ 24.83 15.63 12.3 -
YUV 106.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 188 68 94 0 0.64 0.50 0.26 347 0.47 0.5
Hex BC 44 5E 0 40 32 1A 15B 2F 32
Octal 274 104 136 0 100 62 32 533 57 62
Binary 10111100 1000100 1011110 0 1000000 110010 11010 101011011 101111 110010

Color Harmonies of #BC445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC445E

Black with #BC445E

Text Example


Text Example

White with #BC445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC445E; }

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

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

background-color css

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

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

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

border-color css

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

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

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