#B86068

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

Shades of Blush #B86068

Tints of Blush #B86068

Color information

#B86068 (or 0xB86068) is unknown color: approx Blush. HEX triplet: B8, 60 and 68. RGB value is (184,96,104). Sum of RGB (Red+Green+Blue) = 184+96+104=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B86068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86068 is #479F97. Grayscale: #7B7B7B. Windows color (decimal): -4693912 or 6840504. OLE color: 6840504.

HSL color Cylindrical-coordinate representation of color #B86068: hue angle of 354.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86068 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18496104-
CMYK00.480.430.28
HSL354.55º38.26%54.9%-
HSV(B)354.55º47.83%72.16%-
XYZ26.4519.5615.48-
YUV123.22117.15171.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=47.92%
G=25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849610400.480.430.28354.5538.2654.9
HexB860680302B1C1632637
Octal27014015006053345434667
Binary1011100011000001101000011000010101111100101100011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86068; }

 p { color: rgb(184,96,104); }

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

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

 a { background-color: rgb(184,96,104); }

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

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

 span { border-color: rgb(184,96,104); }

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