Html Css Color HEX #B3485C Hippie Pink

📋 copy color: '#B3485C'

red 179 ◦ green 72 ◦ blue 92

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

Shades of Hippie Pink #B3485C

Tints of Hippie Pink #B3485C

RGB

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

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

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

R = 52.19%
G = 20.99%
B = 26.82%

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

#B3485C (or 0xB3485C) is known color: Hippie Pink. HEX triplet: B3, 48 and 5C. RGB value is (179,72,92). Sum of RGB (Red+Green+Blue) = 179+72+92=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3485C is #4CB7A3. Grayscale: #6A6A6A. Windows color (decimal): -5027748 or 6047923. OLE color: 6047923.

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

Color convert

RGB 179 72 92 -
CMYK 0 0.60 0.49 0.30
HSL 348.79º 0.43% 0.49% -
HSV(B) 348.79º 0.6% 0.7% -
XYZ 22.84 14.99 11.82 -
YUV 106.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 179 72 92 0 0.60 0.49 0.30 348.79 0.43 0.49
Hex B3 48 5C 0 3C 31 1E 15D 2B 31
Octal 263 110 134 0 74 61 36 535 53 61
Binary 10110011 1001000 1011100 0 111100 110001 11110 101011101 101011 110001

Color Harmonies of #B3485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3485C

Black with #B3485C

Text Example


Text Example

White with #B3485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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