Html Css Color HEX #BC4962 Blush

📋 copy color: '#BC4962'

red 188 ◦ green 73 ◦ blue 98

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

Shades of Blush #BC4962

Tints of Blush #BC4962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.33%

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 52.37%
G = 20.33%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4962 (or 0xBC4962) is known color: Blush. HEX triplet: BC, 49 and 62. RGB value is (188,73,98). Sum of RGB (Red+Green+Blue) = 188+73+98=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4962 is #43B69D. Grayscale: #6E6E6E. Windows color (decimal): -4437662 or 6441404. OLE color: 6441404.

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

Color convert

RGB 188 73 98 -
CMYK 0 0.61 0.48 0.26
HSL 346.96º 0.46% 0.51% -
HSV(B) 346.96º 0.61% 0.74% -
XYZ 25.33 16.34 13.37 -
YUV 110.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 188 73 98 0 0.61 0.48 0.26 346.96 0.46 0.51
Hex BC 49 62 0 3D 30 1A 15B 2E 33
Octal 274 111 142 0 75 60 32 533 56 63
Binary 10111100 1001001 1100010 0 111101 110000 11010 101011011 101110 110011

Color Harmonies of #BC4962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4962

Black with #BC4962

Text Example


Text Example

White with #BC4962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4962; }

 p { color: rgb(188,73,98); }

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

background-color css

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

 a { background-color: rgb(188,73,98); }

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

border-color css

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

 span { border-color: rgb(188,73,98); }

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