Html Css Color HEX #B25157 Hippie Pink

📋 copy color: '#B25157'

red 178 ◦ green 81 ◦ blue 87

#B25157
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #B25157

Tints of Hippie Pink #B25157

RGB

 RED value IS 178 (69.92% from 255) = 51.45%

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 51.45%
G = 23.41%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B25157 (or 0xB25157) is known color: Hippie Pink. HEX triplet: B2, 51 and 57. RGB value is (178,81,87). Sum of RGB (Red+Green+Blue) = 178+81+87=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B25157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25157 is #4DAEA8. Grayscale: #6E6E6E. Windows color (decimal): -5090985 or 5722546. OLE color: 5722546.

HSL color Cylindrical-coordinate representation of color #B25157: hue angle of 356.29º 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 #B25157 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 81 87 -
CMYK 0 0.54 0.51 0.30
HSL 356.29º 0.39% 0.51% -
HSV(B) 356.29º 0.54% 0.7% -
XYZ 23.02 16.04 10.9 -
YUV 110.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 178 81 87 0 0.54 0.51 0.30 356.29 0.39 0.51
Hex B2 51 57 0 36 33 1E 164 27 33
Octal 262 121 127 0 66 63 36 544 47 63
Binary 10110010 1010001 1010111 0 110110 110011 11110 101100100 100111 110011

Color Harmonies of #B25157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25157

Black with #B25157

Text Example


Text Example

White with #B25157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25157; }

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

 H1.HeaderClassName
 {
   color: #B25157;
 }
 .AnyTagClassName
 {
   color: #B25157;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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