#B74366

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

Shades of Blush #B74366

Tints of Blush #B74366

Color information

#B74366 (or 0xB74366) is unknown color: approx Blush. HEX triplet: B7, 43 and 66. RGB value is (183,67,102). Sum of RGB (Red+Green+Blue) = 183+67+102=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B74366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74366 is #48BC99. Grayscale: #696969. Windows color (decimal): -4766874 or 6702007. OLE color: 6702007.

HSL color Cylindrical-coordinate representation of color #B74366: hue angle of 341.9º 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 #B74366 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18367102-
CMYK00.630.440.28
HSL341.9º46.4%49.02%-
HSV(B)341.9º63.39%71.76%-
XYZ23.9315.0414.21-
YUV105.67125.93183.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=51.99%
G=19.03%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836710200.630.440.28341.946.449.02
HexB7436603F2C1C1562e31
Octal26710314607754345265661
Binary1011011110000111100110011111110110011100101010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74366; }

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

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

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

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

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

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

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

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