#B65A5C

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

Shades of Blush #B65A5C

Tints of Blush #B65A5C

Color information

#B65A5C (or 0xB65A5C) is unknown color: approx Blush. HEX triplet: B6, 5A and 5C. RGB value is (182,90,92). Sum of RGB (Red+Green+Blue) = 182+90+92=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A5C is #49A5A3. Grayscale: #757575. Windows color (decimal): -4826532 or 6052534. OLE color: 6052534.

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

Color convert

RGB1829092-
CMYK00.510.490.29
HSL358.7º38.66%53.33%-
HSV(B)358.7º50.55%71.37%-
XYZ24.8818.0312.29-
YUV117.74113.48173.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=50%
G=24.73%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182909200.510.490.29358.738.6653.33
HexB65A5C033311D1672735
Octal26613213406361355474765
Binary1011011010110101011100011001111000111101101100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A5C; }

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

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

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

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

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

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

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

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