Html Css Color HEX #BC4D5E Blush

📋 copy color: '#BC4D5E'

red 188 ◦ green 77 ◦ blue 94

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

Shades of Blush #BC4D5E

Tints of Blush #BC4D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

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

R = 52.37%
G = 21.45%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC4D5E (or 0xBC4D5E) is known color: Blush. HEX triplet: BC, 4D and 5E. RGB value is (188,77,94). Sum of RGB (Red+Green+Blue) = 188+77+94=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D5E is #43B2A1. Grayscale: #707070. Windows color (decimal): -4436642 or 6180284. OLE color: 6180284.

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

Color convert

RGB 188 77 94 -
CMYK 0 0.59 0.50 0.26
HSL 350.81º 0.45% 0.52% -
HSV(B) 350.81º 0.59% 0.74% -
XYZ 25.41 16.81 12.49 -
YUV 112.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 188 77 94 0 0.59 0.50 0.26 350.81 0.45 0.52
Hex BC 4D 5E 0 3B 32 1A 15F 2D 34
Octal 274 115 136 0 73 62 32 537 55 64
Binary 10111100 1001101 1011110 0 111011 110010 11010 101011111 101101 110100

Color Harmonies of #BC4D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D5E

Black with #BC4D5E

Text Example


Text Example

White with #BC4D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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