#B65469

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

Shades of Blush #B65469

Tints of Blush #B65469

Color information

#B65469 (or 0xB65469) is unknown color: approx Blush. HEX triplet: B6, 54 and 69. RGB value is (182,84,105). Sum of RGB (Red+Green+Blue) = 182+84+105=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B65469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65469 is #49AB96. Grayscale: #737373. Windows color (decimal): -4828055 or 6902966. OLE color: 6902966.

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

Color convert

RGB18284105-
CMYK00.540.420.29
HSL347.14º40.16%52.16%-
HSV(B)347.14º53.85%71.37%-
XYZ25.0117.3115.39-
YUV115.7121.97175.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=49.06%
G=22.64%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828410500.540.420.29347.1440.1652.16
HexB654690362A1D15b2834
Octal26612415106652355335064
Binary1011011010101001101001011011010101011101101011011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65469; }

 p { color: rgb(182,84,105); }

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

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

 a { background-color: rgb(182,84,105); }

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

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

 span { border-color: rgb(182,84,105); }

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