Html Css Color HEX #B0495B Hippie Pink

📋 copy color: '#B0495B'

red 176 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #B0495B

Tints of Hippie Pink #B0495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 51.76%
G = 21.47%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0495B (or 0xB0495B) is known color: Hippie Pink. HEX triplet: B0, 49 and 5B. RGB value is (176,73,91). Sum of RGB (Red+Green+Blue) = 176+73+91=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0495B is #4FB6A4. Grayscale: #696969. Windows color (decimal): -5224101 or 5982640. OLE color: 5982640.

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

Color convert

RGB 176 73 91 -
CMYK 0 0.59 0.48 0.31
HSL 349.51º 0.41% 0.49% -
HSV(B) 349.51º 0.59% 0.69% -
XYZ 22.18 14.75 11.58 -
YUV 105.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 176 73 91 0 0.59 0.48 0.31 349.51 0.41 0.49
Hex B0 49 5B 0 3B 30 1F 15E 29 31
Octal 260 111 133 0 73 60 37 536 51 61
Binary 10110000 1001001 1011011 0 111011 110000 11111 101011110 101001 110001

Color Harmonies of #B0495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0495B

Black with #B0495B

Text Example


Text Example

White with #B0495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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