Html Css Color HEX #B25259 Hippie Pink

📋 copy color: '#B25259'

red 178 ◦ green 82 ◦ blue 89

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

Shades of Hippie Pink #B25259

Tints of Hippie Pink #B25259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 51%
G = 23.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B25259 (or 0xB25259) is known color: Hippie Pink. HEX triplet: B2, 52 and 59. RGB value is (178,82,89). Sum of RGB (Red+Green+Blue) = 178+82+89=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B25259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25259 is #4DADA6. Grayscale: #6F6F6F. Windows color (decimal): -5090727 or 5853874. OLE color: 5853874.

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

Color convert

RGB 178 82 89 -
CMYK 0 0.54 0.5 0.30
HSL 355.63º 0.38% 0.51% -
HSV(B) 355.63º 0.54% 0.7% -
XYZ 23.18 16.22 11.36 -
YUV 111.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 178 82 89 0 0.54 0.5 0.30 355.63 0.38 0.51
Hex B2 52 59 0 36 32 1E 164 26 33
Octal 262 122 131 0 66 62 36 544 46 63
Binary 10110010 1010010 1011001 0 110110 110010 11110 101100100 100110 110011

Color Harmonies of #B25259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25259

Black with #B25259

Text Example


Text Example

White with #B25259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25259; }

 p { color: rgb(178,82,89); }

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

background-color css

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

 a { background-color: rgb(178,82,89); }

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

border-color css

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

 span { border-color: rgb(178,82,89); }

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