Html Css Color HEX #B3485A Hippie Pink

📋 copy color: '#B3485A'

red 179 ◦ green 72 ◦ blue 90

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

Shades of Hippie Pink #B3485A

Tints of Hippie Pink #B3485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 52.49%
G = 21.11%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3485A (or 0xB3485A) is known color: Hippie Pink. HEX triplet: B3, 48 and 5A. RGB value is (179,72,90). Sum of RGB (Red+Green+Blue) = 179+72+90=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3485A is #4CB7A5. Grayscale: #6A6A6A. Windows color (decimal): -5027750 or 5916851. OLE color: 5916851.

HSL color Cylindrical-coordinate representation of color #B3485A: hue angle of 349.91º 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 #B3485A is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 90 -
CMYK 0 0.60 0.50 0.30
HSL 349.91º 0.43% 0.49% -
HSV(B) 349.91º 0.6% 0.7% -
XYZ 22.75 14.96 11.36 -
YUV 106.05 118.95 180.04 -
System Red Green Blue C M Y K H S L
Decimal 179 72 90 0 0.60 0.50 0.30 349.91 0.43 0.49
Hex B3 48 5A 0 3C 32 1E 15E 2B 31
Octal 263 110 132 0 74 62 36 536 53 61
Binary 10110011 1001000 1011010 0 111100 110010 11110 101011110 101011 110001

Color Harmonies of #B3485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3485A

Black with #B3485A

Text Example


Text Example

White with #B3485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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