#B65362

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

Shades of Blush #B65362

Tints of Blush #B65362

Color information

#B65362 (or 0xB65362) is unknown color: approx Blush. HEX triplet: B6, 53 and 62. RGB value is (182,83,98). Sum of RGB (Red+Green+Blue) = 182+83+98=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B65362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65362 is #49AC9D. Grayscale: #727272. Windows color (decimal): -4828318 or 6443958. OLE color: 6443958.

HSL color Cylindrical-coordinate representation of color #B65362: hue angle of 350.91º 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 #B65362 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1828398-
CMYK00.540.460.29
HSL350.91º40.41%51.96%-
HSV(B)350.91º54.4%71.37%-
XYZ24.5917.0113.54-
YUV114.31118.8176.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=50.14%
G=22.87%
B=27.00%

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
Decimal182839800.540.460.29350.9140.4151.96
HexB653620362E1D15f2834
Octal26612314206656355375064
Binary1011011010100111100010011011010111011101101011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65362; }

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

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

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

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

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

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

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

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