#B0535B

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

Shades of Hippie Pink #B0535B

Tints of Hippie Pink #B0535B

Color information

#B0535B (or 0xB0535B) is unknown color: approx Hippie Pink. HEX triplet: B0, 53 and 5B. RGB value is (176,83,91). Sum of RGB (Red+Green+Blue) = 176+83+91=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0535B is #4FACA4. Grayscale: #6F6F6F. Windows color (decimal): -5221541 or 5985200. OLE color: 5985200.

HSL color Cylindrical-coordinate representation of color #B0535B: hue angle of 354.84º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0535B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1768391-
CMYK00.530.480.31
HSL354.84º37.05%50.78%-
HSV(B)354.84º52.84%69.02%-
XYZ22.8916.1711.81-
YUV111.72116.31173.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 91 (35.94% from 255) = 26%
R=50.29%
G=23.71%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176839100.530.480.31354.8437.0550.78
HexB0535B035301F1632533
Octal26012313306560375434563
Binary1011000010100111011011011010111000011111101100011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0535B; }

 p { color: rgb(176,83,91); }

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

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

 a { background-color: rgb(176,83,91); }

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

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

 span { border-color: rgb(176,83,91); }

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