Html Css Color HEX #B05459 Hippie Pink

📋 copy color: '#B05459'

red 176 ◦ green 84 ◦ blue 89

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

Shades of Hippie Pink #B05459

Tints of Hippie Pink #B05459

RGB

 RED value IS 176 (69.14% from 255) = 50.43%

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

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

R = 50.43%
G = 24.07%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B05459 (or 0xB05459) is known color: Hippie Pink. HEX triplet: B0, 54 and 59. RGB value is (176,84,89). Sum of RGB (Red+Green+Blue) = 176+84+89=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B05459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05459 is #4FABA6. Grayscale: #707070. Windows color (decimal): -5221287 or 5854384. OLE color: 5854384.

HSL color Cylindrical-coordinate representation of color #B05459: hue angle of 356.74º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05459 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 89 -
CMYK 0 0.52 0.49 0.31
HSL 356.74º 0.37% 0.51% -
HSV(B) 356.74º 0.52% 0.69% -
XYZ 22.88 16.29 11.39 -
YUV 112.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 176 84 89 0 0.52 0.49 0.31 356.74 0.37 0.51
Hex B0 54 59 0 34 31 1F 165 25 33
Octal 260 124 131 0 64 61 37 545 45 63
Binary 10110000 1010100 1011001 0 110100 110001 11111 101100101 100101 110011

Color Harmonies of #B05459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05459

Black with #B05459

Text Example


Text Example

White with #B05459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05459; }

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

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

background-color css

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

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

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

border-color css

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

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

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