#B65268

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

Shades of Blush #B65268

Tints of Blush #B65268

Color information

#B65268 (or 0xB65268) is unknown color: approx Blush. HEX triplet: B6, 52 and 68. RGB value is (182,82,104). Sum of RGB (Red+Green+Blue) = 182+82+104=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B65268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65268 is #49AD97. Grayscale: #727272. Windows color (decimal): -4828568 or 6836918. OLE color: 6836918.

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

Color convert

RGB18282104-
CMYK00.550.430.29
HSL346.8º40.65%51.76%-
HSV(B)346.8º54.95%71.37%-
XYZ24.8116.9815.07-
YUV114.41122.13176.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=49.46%
G=22.28%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828210400.550.430.29346.840.6551.76
HexB652680372B1D15b2934
Octal26612215006753355335164
Binary1011011010100101101000011011110101111101101011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65268; }

 p { color: rgb(182,82,104); }

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

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

 a { background-color: rgb(182,82,104); }

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

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

 span { border-color: rgb(182,82,104); }

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