#B65B5F

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

Shades of Blush #B65B5F

Tints of Blush #B65B5F

Color information

#B65B5F (or 0xB65B5F) is unknown color: approx Blush. HEX triplet: B6, 5B and 5F. RGB value is (182,91,95). Sum of RGB (Red+Green+Blue) = 182+91+95=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B5F is #49A4A0. Grayscale: #767676. Windows color (decimal): -4826273 or 6249398. OLE color: 6249398.

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

Color convert

RGB1829195-
CMYK00.50.480.29
HSL357.36º38.4%53.53%-
HSV(B)357.36º50%71.37%-
XYZ25.118.2513.03-
YUV118.66114.65173.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=49.46%
G=24.73%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182919500.50.480.29357.3638.453.53
HexB65B5F032301D1652636
Octal26613313706260355454666
Binary1011011010110111011111011001011000011101101100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B5F; }

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

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

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

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

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

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

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

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