Html Css Color HEX #B0485C Hippie Pink

📋 copy color: '#B0485C'

red 176 ◦ green 72 ◦ blue 92

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

Shades of Hippie Pink #B0485C

Tints of Hippie Pink #B0485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 51.76%
G = 21.18%
B = 27.06%

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

#B0485C (or 0xB0485C) is known color: Hippie Pink. HEX triplet: B0, 48 and 5C. RGB value is (176,72,92). Sum of RGB (Red+Green+Blue) = 176+72+92=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0485C is #4FB7A3. Grayscale: #696969. Windows color (decimal): -5224356 or 6047920. OLE color: 6047920.

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

Color convert

RGB 176 72 92 -
CMYK 0 0.59 0.48 0.31
HSL 348.46º 0.42% 0.49% -
HSV(B) 348.46º 0.59% 0.69% -
XYZ 22.15 14.64 11.78 -
YUV 105.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 176 72 92 0 0.59 0.48 0.31 348.46 0.42 0.49
Hex B0 48 5C 0 3B 30 1F 15C 2A 31
Octal 260 110 134 0 73 60 37 534 52 61
Binary 10110000 1001000 1011100 0 111011 110000 11111 101011100 101010 110001

Color Harmonies of #B0485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0485C

Black with #B0485C

Text Example


Text Example

White with #B0485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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