Html Css Color HEX #B0485B Hippie Pink

📋 copy color: '#B0485B'

red 176 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #B0485B

Tints of Hippie Pink #B0485B

RGB

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

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

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

R = 51.92%
G = 21.24%
B = 26.84%

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

#B0485B (or 0xB0485B) is known color: Hippie Pink. HEX triplet: B0, 48 and 5B. RGB value is (176,72,91). Sum of RGB (Red+Green+Blue) = 176+72+91=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0485B is #4FB7A4. Grayscale: #696969. Windows color (decimal): -5224357 or 5982384. OLE color: 5982384.

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

Color convert

RGB 176 72 91 -
CMYK 0 0.59 0.48 0.31
HSL 349.04º 0.42% 0.49% -
HSV(B) 349.04º 0.59% 0.69% -
XYZ 22.11 14.62 11.55 -
YUV 105.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 176 72 91 0 0.59 0.48 0.31 349.04 0.42 0.49
Hex B0 48 5B 0 3B 30 1F 15D 2A 31
Octal 260 110 133 0 73 60 37 535 52 61
Binary 10110000 1001000 1011011 0 111011 110000 11111 101011101 101010 110001

Color Harmonies of #B0485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0485B

Black with #B0485B

Text Example


Text Example

White with #B0485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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