#B65467

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

Shades of Blush #B65467

Tints of Blush #B65467

Color information

#B65467 (or 0xB65467) is unknown color: approx Blush. HEX triplet: B6, 54 and 67. RGB value is (182,84,103). Sum of RGB (Red+Green+Blue) = 182+84+103=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B65467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65467 is #49AB98. Grayscale: #737373. Windows color (decimal): -4828057 or 6771894. OLE color: 6771894.

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

Color convert

RGB18284103-
CMYK00.540.430.29
HSL348.37º40.16%52.16%-
HSV(B)348.37º53.85%71.37%-
XYZ24.9117.2714.85-
YUV115.47120.97175.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=49.32%
G=22.76%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828410300.540.430.29348.3740.1652.16
HexB654670362B1D15c2834
Octal26612414706653355345064
Binary1011011010101001100111011011010101111101101011100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65467; }

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

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

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

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

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

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

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

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