Html Css Color HEX #BC4562 Blush

📋 copy color: '#BC4562'

red 188 ◦ green 69 ◦ blue 98

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

Shades of Blush #BC4562

Tints of Blush #BC4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

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

R = 52.96%
G = 19.44%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4562 (or 0xBC4562) is known color: Blush. HEX triplet: BC, 45 and 62. RGB value is (188,69,98). Sum of RGB (Red+Green+Blue) = 188+69+98=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4562 is #43BA9D. Grayscale: #6B6B6B. Windows color (decimal): -4438686 or 6440380. OLE color: 6440380.

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

Color convert

RGB 188 69 98 -
CMYK 0 0.63 0.48 0.26
HSL 345.38º 0.47% 0.5% -
HSV(B) 345.38º 0.63% 0.74% -
XYZ 25.07 15.83 13.29 -
YUV 107.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 188 69 98 0 0.63 0.48 0.26 345.38 0.47 0.5
Hex BC 45 62 0 3F 30 1A 159 2F 32
Octal 274 105 142 0 77 60 32 531 57 62
Binary 10111100 1000101 1100010 0 111111 110000 11010 101011001 101111 110010

Color Harmonies of #BC4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4562

Black with #BC4562

Text Example


Text Example

White with #BC4562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4562; }

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

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

background-color css

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

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

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

border-color css

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

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

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