Html Css Color HEX #B25059 Hippie Pink

📋 copy color: '#B25059'

red 178 ◦ green 80 ◦ blue 89

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

Shades of Hippie Pink #B25059

Tints of Hippie Pink #B25059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

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

R = 51.3%
G = 23.05%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B25059 (or 0xB25059) is known color: Hippie Pink. HEX triplet: B2, 50 and 59. RGB value is (178,80,89). Sum of RGB (Red+Green+Blue) = 178+80+89=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B25059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25059 is #4DAFA6. Grayscale: #6E6E6E. Windows color (decimal): -5091239 or 5853362. OLE color: 5853362.

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

Color convert

RGB 178 80 89 -
CMYK 0 0.55 0.5 0.30
HSL 354.49º 0.39% 0.51% -
HSV(B) 354.49º 0.55% 0.7% -
XYZ 23.03 15.92 11.31 -
YUV 110.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 178 80 89 0 0.55 0.5 0.30 354.49 0.39 0.51
Hex B2 50 59 0 37 32 1E 162 27 33
Octal 262 120 131 0 67 62 36 542 47 63
Binary 10110010 1010000 1011001 0 110111 110010 11110 101100010 100111 110011

Color Harmonies of #B25059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25059

Black with #B25059

Text Example


Text Example

White with #B25059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25059; }

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

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

background-color css

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

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

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

border-color css

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

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

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