#B65061

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

Shades of Blush #B65061

Tints of Blush #B65061

Color information

#B65061 (or 0xB65061) is unknown color: approx Blush. HEX triplet: B6, 50 and 61. RGB value is (182,80,97). Sum of RGB (Red+Green+Blue) = 182+80+97=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B65061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65061 is #49AF9E. Grayscale: #707070. Windows color (decimal): -4829087 or 6377654. OLE color: 6377654.

HSL color Cylindrical-coordinate representation of color #B65061: hue angle of 350º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65061 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1828097-
CMYK00.560.470.29
HSL350º41.13%51.37%-
HSV(B)350º56.04%71.37%-
XYZ24.3216.5513.22-
YUV112.44119.29177.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=50.70%
G=22.28%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182809700.560.470.2935041.1351.37
HexB650610382F1D15e2933
Octal26612014107057355365163
Binary1011011010100001100001011100010111111101101011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65061; }

 p { color: rgb(182,80,97); }

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

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

 a { background-color: rgb(182,80,97); }

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

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

 span { border-color: rgb(182,80,97); }

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