#b95462

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

Shades of Blush #B95462

Tints of Blush #B95462

Color information

#B95462 (or 0xB95462) is unknown color: approx Blush. HEX triplet: B9, 54 and 62. RGB value is (185,84,98). Sum of RGB (Red+Green+Blue) = 185+84+98=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B95462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95462 is #46AB9D. Grayscale: #737373. Windows color (decimal): -4631454 or 6444217. OLE color: 6444217.

HSL color Cylindrical-coordinate representation of color #B95462: hue angle of 351.68º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95462 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1858498-
CMYK00.550.470.27
HSL351.68º41.91%52.75%-
HSV(B)351.68º54.59%72.55%-
XYZ25.3817.5413.6-
YUV115.79117.96177.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=50.41%
G=22.89%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185849800.550.470.27351.6841.9152.75
HexB954620372F1B1602a35
Octal27112414206757335405265
Binary1011100110101001100010011011110111111011101100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95462; }

 p { color: rgb(185,84,98); }

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

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

 a { background-color: rgb(185,84,98); }

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

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

 span { border-color: rgb(185,84,98); }

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