#B25153

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

Shades of Hippie Pink #B25153

Tints of Hippie Pink #B25153

Color information

#B25153 (or 0xB25153) is unknown color: approx Hippie Pink. HEX triplet: B2, 51 and 53. RGB value is (178,81,83). Sum of RGB (Red+Green+Blue) = 178+81+83=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B25153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25153 is #4DAEAC. Grayscale: #6E6E6E. Windows color (decimal): -5090989 or 5460402. OLE color: 5460402.

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

Color convert

RGB1788183-
CMYK00.540.530.30
HSL358.76º38.65%50.78%-
HSV(B)358.76º54.49%69.8%-
XYZ22.8615.9710.06-
YUV110.23112.64176.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=52.05%
G=23.68%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178818300.540.530.30358.7638.6550.78
HexB25153036351E1672733
Octal26212112306665365474763
Binary1011001010100011010011011011011010111110101100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25153; }

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

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

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

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

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

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

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

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