Html Css Color HEX #B25459 Hippie Pink

📋 copy color: '#B25459'

red 178 ◦ green 84 ◦ blue 89

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

Shades of Hippie Pink #B25459

Tints of Hippie Pink #B25459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

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

R = 50.71%
G = 23.93%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B25459 (or 0xB25459) is known color: Hippie Pink. HEX triplet: B2, 54 and 59. RGB value is (178,84,89). Sum of RGB (Red+Green+Blue) = 178+84+89=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B25459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25459 is #4DABA6. Grayscale: #707070. Windows color (decimal): -5090215 or 5854386. OLE color: 5854386.

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

Color convert

RGB 178 84 89 -
CMYK 0 0.53 0.5 0.30
HSL 356.81º 0.38% 0.51% -
HSV(B) 356.81º 0.53% 0.7% -
XYZ 23.33 16.53 11.41 -
YUV 112.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 178 84 89 0 0.53 0.5 0.30 356.81 0.38 0.51
Hex B2 54 59 0 35 32 1E 165 26 33
Octal 262 124 131 0 65 62 36 545 46 63
Binary 10110010 1010100 1011001 0 110101 110010 11110 101100101 100110 110011

Color Harmonies of #B25459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25459

Black with #B25459

Text Example


Text Example

White with #B25459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25459; }

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

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

background-color css

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

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

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

border-color css

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

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

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