#B85967

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

Shades of Blush #B85967

Tints of Blush #B85967

Color information

#B85967 (or 0xB85967) is unknown color: approx Blush. HEX triplet: B8, 59 and 67. RGB value is (184,89,103). Sum of RGB (Red+Green+Blue) = 184+89+103=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B85967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85967 is #47A698. Grayscale: #777777. Windows color (decimal): -4695705 or 6773176. OLE color: 6773176.

HSL color Cylindrical-coordinate representation of color #B85967: hue angle of 351.16º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85967 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18489103-
CMYK00.520.440.28
HSL351.16º40.08%53.53%-
HSV(B)351.16º51.63%72.16%-
XYZ25.7918.3115.01-
YUV119118.97174.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=48.94%
G=23.67%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848910300.520.440.28351.1640.0853.53
HexB859670342C1C15f2836
Octal27013114706454345375066
Binary1011100010110011100111011010010110011100101011111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85967; }

 p { color: rgb(184,89,103); }

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

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

 a { background-color: rgb(184,89,103); }

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

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

 span { border-color: rgb(184,89,103); }

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