Html Css Color HEX #B0505E Hippie Pink

📋 copy color: '#B0505E'

red 176 ◦ green 80 ◦ blue 94

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

Shades of Hippie Pink #B0505E

Tints of Hippie Pink #B0505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 50.29%
G = 22.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0505E (or 0xB0505E) is known color: Hippie Pink. HEX triplet: B0, 50 and 5E. RGB value is (176,80,94). Sum of RGB (Red+Green+Blue) = 176+80+94=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0505E is #4FAFA1. Grayscale: #6E6E6E. Windows color (decimal): -5222306 or 6181040. OLE color: 6181040.

HSL color Cylindrical-coordinate representation of color #B0505E: hue angle of 351.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0505E is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 94 -
CMYK 0 0.55 0.47 0.31
HSL 351.25º 0.38% 0.5% -
HSV(B) 351.25º 0.55% 0.69% -
XYZ 22.79 15.78 12.43 -
YUV 110.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 176 80 94 0 0.55 0.47 0.31 351.25 0.38 0.5
Hex B0 50 5E 0 37 2F 1F 15F 26 32
Octal 260 120 136 0 67 57 37 537 46 62
Binary 10110000 1010000 1011110 0 110111 101111 11111 101011111 100110 110010

Color Harmonies of #B0505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0505E

Black with #B0505E

Text Example


Text Example

White with #B0505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0505E; }

 p { color: rgb(176,80,94); }

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

background-color css

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

 a { background-color: rgb(176,80,94); }

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

border-color css

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

 span { border-color: rgb(176,80,94); }

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