Html Css Color HEX #B0495A Hippie Pink

📋 copy color: '#B0495A'

red 176 ◦ green 73 ◦ blue 90

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

Shades of Hippie Pink #B0495A

Tints of Hippie Pink #B0495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 51.92%
G = 21.53%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0495A (or 0xB0495A) is known color: Hippie Pink. HEX triplet: B0, 49 and 5A. RGB value is (176,73,90). Sum of RGB (Red+Green+Blue) = 176+73+90=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0495A is #4FB6A5. Grayscale: #696969. Windows color (decimal): -5224102 or 5917104. OLE color: 5917104.

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

Color convert

RGB 176 73 90 -
CMYK 0 0.59 0.49 0.31
HSL 350.1º 0.41% 0.49% -
HSV(B) 350.1º 0.59% 0.69% -
XYZ 22.13 14.73 11.35 -
YUV 105.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 176 73 90 0 0.59 0.49 0.31 350.1 0.41 0.49
Hex B0 49 5A 0 3B 31 1F 15E 29 31
Octal 260 111 132 0 73 61 37 536 51 61
Binary 10110000 1001001 1011010 0 111011 110001 11111 101011110 101001 110001

Color Harmonies of #B0495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0495A

Black with #B0495A

Text Example


Text Example

White with #B0495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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