#B95362

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

Shades of Blush #B95362

Tints of Blush #B95362

Color information

#B95362 (or 0xB95362) is unknown color: approx Blush. HEX triplet: B9, 53 and 62. RGB value is (185,83,98). Sum of RGB (Red+Green+Blue) = 185+83+98=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B95362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95362 is #46AC9D. Grayscale: #737373. Windows color (decimal): -4631710 or 6443961. OLE color: 6443961.

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

Color convert

RGB1858398-
CMYK00.550.470.27
HSL351.18º42.15%52.55%-
HSV(B)351.18º55.14%72.55%-
XYZ25.3117.3813.58-
YUV115.21118.29177.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=50.55%
G=22.68%
B=26.78%

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
Decimal185839800.550.470.27351.1842.1552.55
HexB953620372F1B15f2a35
Octal27112314206757335375265
Binary1011100110100111100010011011110111111011101011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95362; }

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

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

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

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

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

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

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

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