#B74364

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

Shades of Blush #B74364

Tints of Blush #B74364

Color information

#B74364 (or 0xB74364) is unknown color: approx Blush. HEX triplet: B7, 43 and 64. RGB value is (183,67,100). Sum of RGB (Red+Green+Blue) = 183+67+100=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B74364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74364 is #48BC9B. Grayscale: #696969. Windows color (decimal): -4766876 or 6570935. OLE color: 6570935.

HSL color Cylindrical-coordinate representation of color #B74364: hue angle of 342.93º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74364 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18367100-
CMYK00.630.450.28
HSL342.93º46.4%49.02%-
HSV(B)342.93º63.39%71.76%-
XYZ23.841513.7-
YUV105.45124.93183.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=52.29%
G=19.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836710000.630.450.28342.9346.449.02
HexB7436403F2D1C1572e31
Octal26710314407755345275661
Binary1011011110000111100100011111110110111100101010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74364; }

 p { color: rgb(183,67,100); }

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

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

 a { background-color: rgb(183,67,100); }

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

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

 span { border-color: rgb(183,67,100); }

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