#B74868

Color #B74868 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B74868

Tints of Blush #B74868

Color information

#B74868 (or 0xB74868) is unknown color: approx Blush. HEX triplet: B7, 48 and 68. RGB value is (183,72,104). Sum of RGB (Red+Green+Blue) = 183+72+104=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B74868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74868 is #48B797. Grayscale: #6C6C6C. Windows color (decimal): -4765592 or 6834359. OLE color: 6834359.

HSL color Cylindrical-coordinate representation of color #B74868: hue angle of 342.7º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74868 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18372104-
CMYK00.610.430.28
HSL342.7º43.53%50%-
HSV(B)342.7º60.66%71.76%-
XYZ24.3415.714.84-
YUV108.84125.27180.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=50.97%
G=20.06%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837210400.610.430.28342.743.5350
HexB7486803D2B1C1572c32
Octal26711015007553345275462
Binary1011011110010001101000011110110101111100101010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74868; }

 p { color: rgb(183,72,104); }

 H1.HeaderClassName
 {
   color: #B74868;
 }
 .AnyTagClassName
 {
   color: #B74868;
 }
</style>
background-color css

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

 a { background-color: rgb(183,72,104); }

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

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

 span { border-color: rgb(183,72,104); }

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