#B55362

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

Shades of Blush #B55362

Tints of Blush #B55362

Color information

#B55362 (or 0xB55362) is unknown color: approx Blush. HEX triplet: B5, 53 and 62. RGB value is (181,83,98). Sum of RGB (Red+Green+Blue) = 181+83+98=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B55362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55362 is #4AAC9D. Grayscale: #727272. Windows color (decimal): -4893854 or 6443957. OLE color: 6443957.

HSL color Cylindrical-coordinate representation of color #B55362: hue angle of 350.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55362 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1818398-
CMYK00.540.460.29
HSL350.82º39.84%51.76%-
HSV(B)350.82º54.14%70.98%-
XYZ24.3516.8913.53-
YUV114.01118.97175.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=50%
G=22.93%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181839800.540.460.29350.8239.8451.76
HexB553620362E1D15f2834
Octal26512314206656355375064
Binary1011010110100111100010011011010111011101101011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55362; }

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

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

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

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

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

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

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

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