#B65971

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

Shades of Blush #B65971

Tints of Blush #B65971

Color information

#B65971 (or 0xB65971) is unknown color: approx Blush. HEX triplet: B6, 59 and 71. RGB value is (182,89,113). Sum of RGB (Red+Green+Blue) = 182+89+113=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B65971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65971 is #49A68E. Grayscale: #777777. Windows color (decimal): -4826767 or 7428534. OLE color: 7428534.

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

Color convert

RGB18289113-
CMYK00.510.380.29
HSL344.52º38.91%53.14%-
HSV(B)344.52º51.1%71.37%-
XYZ25.8418.2817.79-
YUV119.54124.31172.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=47.40%
G=23.18%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828911300.510.380.29344.5238.9153.14
HexB65971033261D1592735
Octal26613116106346355314765
Binary1011011010110011110001011001110011011101101011001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65971; }

 p { color: rgb(182,89,113); }

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

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

 a { background-color: rgb(182,89,113); }

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

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

 span { border-color: rgb(182,89,113); }

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