Html Css Color HEX #B25559 Hippie Pink

📋 copy color: '#B25559'

red 178 ◦ green 85 ◦ blue 89

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

Shades of Hippie Pink #B25559

Tints of Hippie Pink #B25559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

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

R = 50.57%
G = 24.15%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B25559 (or 0xB25559) is known color: Hippie Pink. HEX triplet: B2, 55 and 59. RGB value is (178,85,89). Sum of RGB (Red+Green+Blue) = 178+85+89=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B25559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25559 is #4DAAA6. Grayscale: #717171. Windows color (decimal): -5089959 or 5854642. OLE color: 5854642.

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

Color convert

RGB 178 85 89 -
CMYK 0 0.52 0.5 0.30
HSL 357.42º 0.38% 0.52% -
HSV(B) 357.42º 0.52% 0.7% -
XYZ 23.41 16.68 11.44 -
YUV 113.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 178 85 89 0 0.52 0.5 0.30 357.42 0.38 0.52
Hex B2 55 59 0 34 32 1E 165 26 34
Octal 262 125 131 0 64 62 36 545 46 64
Binary 10110010 1010101 1011001 0 110100 110010 11110 101100101 100110 110100

Color Harmonies of #B25559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25559

Black with #B25559

Text Example


Text Example

White with #B25559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25559; }

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

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

background-color css

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

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

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

border-color css

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

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

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