#B34867

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

Shades of Blush #B34867

Tints of Blush #B34867

Color information

#B34867 (or 0xB34867) is unknown color: approx Blush. HEX triplet: B3, 48 and 67. RGB value is (179,72,103). Sum of RGB (Red+Green+Blue) = 179+72+103=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B34867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34867 is #4CB798. Grayscale: #6B6B6B. Windows color (decimal): -5027737 or 6768819. OLE color: 6768819.

HSL color Cylindrical-coordinate representation of color #B34867: hue angle of 342.62º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34867 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17972103-
CMYK00.600.420.30
HSL342.62º42.63%49.22%-
HSV(B)342.62º59.78%70.2%-
XYZ23.3615.214.53-
YUV107.53125.45178.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=50.56%
G=20.34%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797210300.600.420.30342.6242.6349.22
HexB3486703C2A1E1572b31
Octal26311014707452365275361
Binary1011001110010001100111011110010101011110101010111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34867; }

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

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

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

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

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

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

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

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