#B86369

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

Shades of Blush #B86369

Tints of Blush #B86369

Color information

#B86369 (or 0xB86369) is unknown color: approx Blush. HEX triplet: B8, 63 and 69. RGB value is (184,99,105). Sum of RGB (Red+Green+Blue) = 184+99+105=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B86369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86369 is #479C96. Grayscale: #7D7D7D. Windows color (decimal): -4693143 or 6906808. OLE color: 6906808.

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

Color convert

RGB18499105-
CMYK00.460.430.28
HSL355.76º37.44%55.49%-
HSV(B)355.76º46.2%72.16%-
XYZ26.7820.1315.84-
YUV125.1116.66170.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=47.42%
G=25.52%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849910500.460.430.28355.7637.4455.49
HexB8636902E2B1C1642537
Octal27014315105653345444567
Binary1011100011000111101001010111010101111100101100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86369; }

 p { color: rgb(184,99,105); }

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

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

 a { background-color: rgb(184,99,105); }

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

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

 span { border-color: rgb(184,99,105); }

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