#B0535C

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

Shades of Hippie Pink #B0535C

Tints of Hippie Pink #B0535C

Color information

#B0535C (or 0xB0535C) is unknown color: approx Hippie Pink. HEX triplet: B0, 53 and 5C. RGB value is (176,83,92). Sum of RGB (Red+Green+Blue) = 176+83+92=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0535C is #4FACA3. Grayscale: #6F6F6F. Windows color (decimal): -5221540 or 6050736. OLE color: 6050736.

HSL color Cylindrical-coordinate representation of color #B0535C: hue angle of 354.19º 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 #B0535C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1768392-
CMYK00.530.480.31
HSL354.19º37.05%50.78%-
HSV(B)354.19º52.84%69.02%-
XYZ22.9316.1912.04-
YUV111.83116.81173.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=50.14%
G=23.65%
B=26.21%

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
Decimal176839200.530.480.31354.1937.0550.78
HexB0535C035301F1622533
Octal26012313406560375424563
Binary1011000010100111011100011010111000011111101100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0535C; }

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

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

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

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

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

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

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

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