Html Css Color HEX #B3485B Hippie Pink

📋 copy color: '#B3485B'

red 179 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #B3485B

Tints of Hippie Pink #B3485B

RGB

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

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

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

R = 52.34%
G = 21.05%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3485B (or 0xB3485B) is known color: Hippie Pink. HEX triplet: B3, 48 and 5B. RGB value is (179,72,91). Sum of RGB (Red+Green+Blue) = 179+72+91=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3485B is #4CB7A4. Grayscale: #6A6A6A. Windows color (decimal): -5027749 or 5982387. OLE color: 5982387.

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

Color convert

RGB 179 72 91 -
CMYK 0 0.60 0.49 0.30
HSL 349.35º 0.43% 0.49% -
HSV(B) 349.35º 0.6% 0.7% -
XYZ 22.8 14.97 11.59 -
YUV 106.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 179 72 91 0 0.60 0.49 0.30 349.35 0.43 0.49
Hex B3 48 5B 0 3C 31 1E 15D 2B 31
Octal 263 110 133 0 74 61 36 535 53 61
Binary 10110011 1001000 1011011 0 111100 110001 11110 101011101 101011 110001

Color Harmonies of #B3485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3485B

Black with #B3485B

Text Example


Text Example

White with #B3485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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