#B35167

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

Shades of Blush #B35167

Tints of Blush #B35167

Color information

#B35167 (or 0xB35167) is unknown color: approx Blush. HEX triplet: B3, 51 and 67. RGB value is (179,81,103). Sum of RGB (Red+Green+Blue) = 179+81+103=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B35167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35167 is #4CAE98. Grayscale: #707070. Windows color (decimal): -5025433 or 6771123. OLE color: 6771123.

HSL color Cylindrical-coordinate representation of color #B35167: hue angle of 346.53º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35167 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17981103-
CMYK00.550.420.30
HSL346.53º39.2%50.98%-
HSV(B)346.53º54.75%70.2%-
XYZ23.9816.4514.74-
YUV112.81122.47175.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=49.31%
G=22.31%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798110300.550.420.30346.5339.250.98
HexB351670372A1E15b2733
Octal26312114706752365334763
Binary1011001110100011100111011011110101011110101011011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35167; }

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

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

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

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

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

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

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

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