#B2535B

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

Shades of Hippie Pink #B2535B

Tints of Hippie Pink #B2535B

Color information

#B2535B (or 0xB2535B) is unknown color: approx Hippie Pink. HEX triplet: B2, 53 and 5B. RGB value is (178,83,91). Sum of RGB (Red+Green+Blue) = 178+83+91=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2535B is #4DACA4. Grayscale: #707070. Windows color (decimal): -5090469 or 5985202. OLE color: 5985202.

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

Color convert

RGB1788391-
CMYK00.530.490.30
HSL354.95º38.15%51.18%-
HSV(B)354.95º53.37%69.8%-
XYZ23.3416.4111.83-
YUV112.32115.97174.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=50.57%
G=23.58%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178839100.530.490.30354.9538.1551.18
HexB2535B035311E1632633
Octal26212313306561365434663
Binary1011001010100111011011011010111000111110101100011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2535B; }

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

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

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

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

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

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

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

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