#B84867

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

Shades of Blush #B84867

Tints of Blush #B84867

Color information

#B84867 (or 0xB84867) is unknown color: approx Blush. HEX triplet: B8, 48 and 67. RGB value is (184,72,103). Sum of RGB (Red+Green+Blue) = 184+72+103=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B84867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84867 is #47B798. Grayscale: #6D6D6D. Windows color (decimal): -4700057 or 6768824. OLE color: 6768824.

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

Color convert

RGB18472103-
CMYK00.610.440.28
HSL343.39º44.09%50.2%-
HSV(B)343.39º60.87%72.16%-
XYZ24.5315.814.59-
YUV109.02124.61181.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=51.25%
G=20.06%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847210300.610.440.28343.3944.0950.2
HexB8486703D2C1C1572c32
Octal27011014707554345275462
Binary1011100010010001100111011110110110011100101010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84867; }

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

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

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

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

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

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

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

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