Html Css Color HEX #B04960 Hippie Pink

📋 copy color: '#B04960'

red 176 ◦ green 73 ◦ blue 96

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

Shades of Hippie Pink #B04960

Tints of Hippie Pink #B04960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

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

R = 51.01%
G = 21.16%
B = 27.83%

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

#B04960 (or 0xB04960) is known color: Hippie Pink. HEX triplet: B0, 49 and 60. RGB value is (176,73,96). Sum of RGB (Red+Green+Blue) = 176+73+96=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B04960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04960 is #4FB69F. Grayscale: #6A6A6A. Windows color (decimal): -5224096 or 6310320. OLE color: 6310320.

HSL color Cylindrical-coordinate representation of color #B04960: hue angle of 346.6º degrees, saturation: 0.41, 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 #B04960 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 96 -
CMYK 0 0.59 0.45 0.31
HSL 346.6º 0.41% 0.49% -
HSV(B) 346.6º 0.59% 0.69% -
XYZ 22.4 14.84 12.75 -
YUV 106.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 176 73 96 0 0.59 0.45 0.31 346.6 0.41 0.49
Hex B0 49 60 0 3B 2D 1F 15B 29 31
Octal 260 111 140 0 73 55 37 533 51 61
Binary 10110000 1001001 1100000 0 111011 101101 11111 101011011 101001 110001

Color Harmonies of #B04960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04960

Black with #B04960

Text Example


Text Example

White with #B04960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04960; }

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

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

background-color css

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

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

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

border-color css

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

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

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