Html Css Color HEX #BC4B5E Blush

📋 copy color: '#BC4B5E'

red 188 ◦ green 75 ◦ blue 94

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

Shades of Blush #BC4B5E

Tints of Blush #BC4B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

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

R = 52.66%
G = 21.01%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC4B5E (or 0xBC4B5E) is known color: Blush. HEX triplet: BC, 4B and 5E. RGB value is (188,75,94). Sum of RGB (Red+Green+Blue) = 188+75+94=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B5E is #43B4A1. Grayscale: #6E6E6E. Windows color (decimal): -4437154 or 6179772. OLE color: 6179772.

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

Color convert

RGB 188 75 94 -
CMYK 0 0.60 0.50 0.26
HSL 349.91º 0.46% 0.52% -
HSV(B) 349.91º 0.6% 0.74% -
XYZ 25.28 16.53 12.45 -
YUV 110.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 188 75 94 0 0.60 0.50 0.26 349.91 0.46 0.52
Hex BC 4B 5E 0 3C 32 1A 15E 2E 34
Octal 274 113 136 0 74 62 32 536 56 64
Binary 10111100 1001011 1011110 0 111100 110010 11010 101011110 101110 110100

Color Harmonies of #BC4B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B5E

Black with #BC4B5E

Text Example


Text Example

White with #BC4B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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