#B6506B

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

Shades of Blush #B6506B

Tints of Blush #B6506B

Color information

#B6506B (or 0xB6506B) is unknown color: approx Blush. HEX triplet: B6, 50 and 6B. RGB value is (182,80,107). Sum of RGB (Red+Green+Blue) = 182+80+107=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B6506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6506B is #49AF94. Grayscale: #717171. Windows color (decimal): -4829077 or 7033014. OLE color: 7033014.

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

Color convert

RGB18280107-
CMYK00.560.410.29
HSL344.12º41.13%51.37%-
HSV(B)344.12º56.04%71.37%-
XYZ24.8116.7415.83-
YUV113.58124.29176.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=49.32%
G=21.68%
B=29.00%

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
Decimal1828010700.560.410.29344.1241.1351.37
HexB6506B038291D1582933
Octal26612015307051355305163
Binary1011011010100001101011011100010100111101101011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6506B; }

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

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

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

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

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

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

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

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