Html Css Color HEX #BC4A5E Blush

📋 copy color: '#BC4A5E'

red 188 ◦ green 74 ◦ blue 94

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

Shades of Blush #BC4A5E

Tints of Blush #BC4A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

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

R = 52.81%
G = 20.79%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC4A5E (or 0xBC4A5E) is known color: Blush. HEX triplet: BC, 4A and 5E. RGB value is (188,74,94). Sum of RGB (Red+Green+Blue) = 188+74+94=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A5E is #43B5A1. Grayscale: #6E6E6E. Windows color (decimal): -4437410 or 6179516. OLE color: 6179516.

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

Color convert

RGB 188 74 94 -
CMYK 0 0.61 0.50 0.26
HSL 349.47º 0.46% 0.51% -
HSV(B) 349.47º 0.61% 0.74% -
XYZ 25.21 16.4 12.43 -
YUV 110.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 188 74 94 0 0.61 0.50 0.26 349.47 0.46 0.51
Hex BC 4A 5E 0 3D 32 1A 15D 2E 33
Octal 274 112 136 0 75 62 32 535 56 63
Binary 10111100 1001010 1011110 0 111101 110010 11010 101011101 101110 110011

Color Harmonies of #BC4A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A5E

Black with #BC4A5E

Text Example


Text Example

White with #BC4A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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