Html Css Color HEX #B04661 Hippie Pink

📋 copy color: '#B04661'

red 176 ◦ green 70 ◦ blue 97

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

Shades of Hippie Pink #B04661

Tints of Hippie Pink #B04661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 51.31%
G = 20.41%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B04661 (or 0xB04661) is known color: Hippie Pink. HEX triplet: B0, 46 and 61. RGB value is (176,70,97). Sum of RGB (Red+Green+Blue) = 176+70+97=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B04661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04661 is #4FB99E. Grayscale: #686868. Windows color (decimal): -5224863 or 6375088. OLE color: 6375088.

HSL color Cylindrical-coordinate representation of color #B04661: hue angle of 344.72º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04661 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 97 -
CMYK 0 0.60 0.45 0.31
HSL 344.72º 0.43% 0.48% -
HSV(B) 344.72º 0.6% 0.69% -
XYZ 22.25 14.47 12.93 -
YUV 104.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 176 70 97 0 0.60 0.45 0.31 344.72 0.43 0.48
Hex B0 46 61 0 3C 2D 1F 159 2B 30
Octal 260 106 141 0 74 55 37 531 53 60
Binary 10110000 1000110 1100001 0 111100 101101 11111 101011001 101011 110000

Color Harmonies of #B04661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04661

Black with #B04661

Text Example


Text Example

White with #B04661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04661; }

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

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

background-color css

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

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

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

border-color css

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

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

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