#B65A65

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

Shades of Blush #B65A65

Tints of Blush #B65A65

Color information

#B65A65 (or 0xB65A65) is unknown color: approx Blush. HEX triplet: B6, 5A and 65. RGB value is (182,90,101). Sum of RGB (Red+Green+Blue) = 182+90+101=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A65 is #49A59A. Grayscale: #767676. Windows color (decimal): -4826523 or 6642358. OLE color: 6642358.

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

Color convert

RGB18290101-
CMYK00.510.450.29
HSL352.83º38.66%53.33%-
HSV(B)352.83º50.55%71.37%-
XYZ25.318.214.49-
YUV118.76117.98173.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=48.79%
G=24.13%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829010100.510.450.29352.8338.6653.33
HexB65A650332D1D1612735
Octal26613214506355355414765
Binary1011011010110101100101011001110110111101101100001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A65; }

 p { color: rgb(182,90,101); }

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

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

 a { background-color: rgb(182,90,101); }

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

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

 span { border-color: rgb(182,90,101); }

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