Html Css Color HEX #B0485E Hippie Pink

📋 copy color: '#B0485E'

red 176 ◦ green 72 ◦ blue 94

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

Shades of Hippie Pink #B0485E

Tints of Hippie Pink #B0485E

RGB

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

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

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

R = 51.46%
G = 21.05%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0485E (or 0xB0485E) is known color: Hippie Pink. HEX triplet: B0, 48 and 5E. RGB value is (176,72,94). Sum of RGB (Red+Green+Blue) = 176+72+94=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0485E is #4FB7A1. Grayscale: #696969. Windows color (decimal): -5224354 or 6178992. OLE color: 6178992.

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

Color convert

RGB 176 72 94 -
CMYK 0 0.59 0.47 0.31
HSL 347.31º 0.42% 0.49% -
HSV(B) 347.31º 0.59% 0.69% -
XYZ 22.24 14.67 12.25 -
YUV 105.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 176 72 94 0 0.59 0.47 0.31 347.31 0.42 0.49
Hex B0 48 5E 0 3B 2F 1F 15B 2A 31
Octal 260 110 136 0 73 57 37 533 52 61
Binary 10110000 1001000 1011110 0 111011 101111 11111 101011011 101010 110001

Color Harmonies of #B0485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0485E

Black with #B0485E

Text Example


Text Example

White with #B0485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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