Html Css Color HEX #B04861 Hippie Pink

📋 copy color: '#B04861'

red 176 ◦ green 72 ◦ blue 97

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

Shades of Hippie Pink #B04861

Tints of Hippie Pink #B04861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 51.01%
G = 20.87%
B = 28.12%

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

#B04861 (or 0xB04861) is known color: Hippie Pink. HEX triplet: B0, 48 and 61. RGB value is (176,72,97). Sum of RGB (Red+Green+Blue) = 176+72+97=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B04861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04861 is #4FB79E. Grayscale: #696969. Windows color (decimal): -5224351 or 6375600. OLE color: 6375600.

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

Color convert

RGB 176 72 97 -
CMYK 0 0.59 0.45 0.31
HSL 345.58º 0.42% 0.49% -
HSV(B) 345.58º 0.59% 0.69% -
XYZ 22.38 14.73 12.97 -
YUV 105.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 176 72 97 0 0.59 0.45 0.31 345.58 0.42 0.49
Hex B0 48 61 0 3B 2D 1F 15A 2A 31
Octal 260 110 141 0 73 55 37 532 52 61
Binary 10110000 1001000 1100001 0 111011 101101 11111 101011010 101010 110001

Color Harmonies of #B04861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04861

Black with #B04861

Text Example


Text Example

White with #B04861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04861; }

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

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

background-color css

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

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

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

border-color css

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

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

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