#B85F6B

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

Shades of Blush #B85F6B

Tints of Blush #B85F6B

Color information

#B85F6B (or 0xB85F6B) is unknown color: approx Blush. HEX triplet: B8, 5F and 6B. RGB value is (184,95,107). Sum of RGB (Red+Green+Blue) = 184+95+107=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F6B is #47A094. Grayscale: #7B7B7B. Windows color (decimal): -4694165 or 7036856. OLE color: 7036856.

HSL color Cylindrical-coordinate representation of color #B85F6B: hue angle of 351.91º degrees, saturation: 0.39, 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 #B85F6B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18495107-
CMYK00.480.420.28
HSL351.91º38.53%54.71%-
HSV(B)351.91º48.37%72.16%-
XYZ26.5119.4416.26-
YUV122.98118.99171.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=47.67%
G=24.61%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849510700.480.420.28351.9138.5354.71
HexB85F6B0302A1C1602737
Octal27013715306052345404767
Binary1011100010111111101011011000010101011100101100000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F6B; }

 p { color: rgb(184,95,107); }

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

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

 a { background-color: rgb(184,95,107); }

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

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

 span { border-color: rgb(184,95,107); }

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