#B85267

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

Shades of Blush #B85267

Tints of Blush #B85267

Color information

#B85267 (or 0xB85267) is unknown color: approx Blush. HEX triplet: B8, 52 and 67. RGB value is (184,82,103). Sum of RGB (Red+Green+Blue) = 184+82+103=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B85267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85267 is #47AD98. Grayscale: #727272. Windows color (decimal): -4697497 or 6771384. OLE color: 6771384.

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

Color convert

RGB18482103-
CMYK00.550.440.28
HSL347.65º41.8%52.16%-
HSV(B)347.65º55.43%72.16%-
XYZ25.2317.214.82-
YUV114.89121.29177.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=49.86%
G=22.22%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848210300.550.440.28347.6541.852.16
HexB852670372C1C15c2a34
Octal27012214706754345345264
Binary1011100010100101100111011011110110011100101011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85267; }

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

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

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

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

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

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

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

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