#B6506C

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

Shades of Blush #B6506C

Tints of Blush #B6506C

Color information

#B6506C (or 0xB6506C) is unknown color: approx Blush. HEX triplet: B6, 50 and 6C. RGB value is (182,80,108). Sum of RGB (Red+Green+Blue) = 182+80+108=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6506C is #49AF93. Grayscale: #717171. Windows color (decimal): -4829076 or 7098550. OLE color: 7098550.

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

Color convert

RGB18280108-
CMYK00.560.410.29
HSL343.53º41.13%51.37%-
HSV(B)343.53º56.04%71.37%-
XYZ24.8716.7716.11-
YUV113.69124.79176.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=49.19%
G=21.62%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828010800.560.410.29343.5341.1351.37
HexB6506C038291D1582933
Octal26612015407051355305163
Binary1011011010100001101100011100010100111101101011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6506C; }

 p { color: rgb(182,80,108); }

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

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

 a { background-color: rgb(182,80,108); }

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

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

 span { border-color: rgb(182,80,108); }

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