#B74361

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

Shades of Blush #B74361

Tints of Blush #B74361

Color information

#B74361 (or 0xB74361) is unknown color: approx Blush. HEX triplet: B7, 43 and 61. RGB value is (183,67,97). Sum of RGB (Red+Green+Blue) = 183+67+97=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B74361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74361 is #48BC9E. Grayscale: #696969. Windows color (decimal): -4766879 or 6374327. OLE color: 6374327.

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

Color convert

RGB1836797-
CMYK00.630.470.28
HSL344.48º46.4%49.02%-
HSV(B)344.48º63.39%71.76%-
XYZ23.6914.9412.95-
YUV105.1123.43183.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=52.74%
G=19.31%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183679700.630.470.28344.4846.449.02
HexB7436103F2F1C1582e31
Octal26710314107757345305661
Binary1011011110000111100001011111110111111100101011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74361; }

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

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

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

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

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

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

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

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