Html Css Color HEX #B04860 Hippie Pink

📋 copy color: '#B04860'

red 176 ◦ green 72 ◦ blue 96

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

Shades of Hippie Pink #B04860

Tints of Hippie Pink #B04860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 51.16%
G = 20.93%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B04860 (or 0xB04860) is known color: Hippie Pink. HEX triplet: B0, 48 and 60. RGB value is (176,72,96). Sum of RGB (Red+Green+Blue) = 176+72+96=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B04860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04860 is #4FB79F. Grayscale: #696969. Windows color (decimal): -5224352 or 6310064. OLE color: 6310064.

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

Color convert

RGB 176 72 96 -
CMYK 0 0.59 0.45 0.31
HSL 346.15º 0.42% 0.49% -
HSV(B) 346.15º 0.59% 0.69% -
XYZ 22.33 14.71 12.73 -
YUV 105.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 176 72 96 0 0.59 0.45 0.31 346.15 0.42 0.49
Hex B0 48 60 0 3B 2D 1F 15A 2A 31
Octal 260 110 140 0 73 55 37 532 52 61
Binary 10110000 1001000 1100000 0 111011 101101 11111 101011010 101010 110001

Color Harmonies of #B04860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04860

Black with #B04860

Text Example


Text Example

White with #B04860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04860; }

 p { color: rgb(176,72,96); }

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

background-color css

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

 a { background-color: rgb(176,72,96); }

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

border-color css

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

 span { border-color: rgb(176,72,96); }

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