#B65B5C

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

Shades of Blush #B65B5C

Tints of Blush #B65B5C

Color information

#B65B5C (or 0xB65B5C) is unknown color: approx Blush. HEX triplet: B6, 5B and 5C. RGB value is (182,91,92). Sum of RGB (Red+Green+Blue) = 182+91+92=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B5C is #49A4A3. Grayscale: #767676. Windows color (decimal): -4826276 or 6052790. OLE color: 6052790.

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

Color convert

RGB1829192-
CMYK00.50.490.29
HSL359.34º38.4%53.53%-
HSV(B)359.34º50%71.37%-
XYZ24.9618.212.32-
YUV118.32113.15173.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=49.86%
G=24.93%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182919200.50.490.29359.3438.453.53
HexB65B5C032311D1672636
Octal26613313406261355474666
Binary1011011010110111011100011001011000111101101100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B5C; }

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

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

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

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

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

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

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

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