Html Css Color HEX #B3485E Hippie Pink

📋 copy color: '#B3485E'

red 179 ◦ green 72 ◦ blue 94

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

Shades of Hippie Pink #B3485E

Tints of Hippie Pink #B3485E

RGB

 RED value IS 179 (70.31% from 255) = 51.88%

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

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

R = 51.88%
G = 20.87%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3485E (or 0xB3485E) is known color: Hippie Pink. HEX triplet: B3, 48 and 5E. RGB value is (179,72,94). Sum of RGB (Red+Green+Blue) = 179+72+94=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3485E is #4CB7A1. Grayscale: #6A6A6A. Windows color (decimal): -5027746 or 6178995. OLE color: 6178995.

HSL color Cylindrical-coordinate representation of color #B3485E: hue angle of 347.66º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3485E is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 94 -
CMYK 0 0.60 0.47 0.30
HSL 347.66º 0.43% 0.49% -
HSV(B) 347.66º 0.6% 0.7% -
XYZ 22.93 15.03 12.28 -
YUV 106.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 179 72 94 0 0.60 0.47 0.30 347.66 0.43 0.49
Hex B3 48 5E 0 3C 2F 1E 15C 2B 31
Octal 263 110 136 0 74 57 36 534 53 61
Binary 10110011 1001000 1011110 0 111100 101111 11110 101011100 101011 110001

Color Harmonies of #B3485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3485E

Black with #B3485E

Text Example


Text Example

White with #B3485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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