#B65B73

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

Shades of Blush #B65B73

Tints of Blush #B65B73

Color information

#B65B73 (or 0xB65B73) is unknown color: approx Blush. HEX triplet: B6, 5B and 73. RGB value is (182,91,115). Sum of RGB (Red+Green+Blue) = 182+91+115=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B73 is #49A48C. Grayscale: #787878. Windows color (decimal): -4826253 or 7560118. OLE color: 7560118.

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

Color convert

RGB18291115-
CMYK00.50.370.29
HSL344.18º38.4%53.53%-
HSV(B)344.18º50%71.37%-
XYZ26.1318.6718.45-
YUV120.94124.65171.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=46.91%
G=23.45%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829111500.50.370.29344.1838.453.53
HexB65B73032251D1582636
Octal26613316306245355304666
Binary1011011010110111110011011001010010111101101011000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B73; }

 p { color: rgb(182,91,115); }

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

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

 a { background-color: rgb(182,91,115); }

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

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

 span { border-color: rgb(182,91,115); }

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