Html Css Color HEX #B3475C Hippie Pink

📋 copy color: '#B3475C'

red 179 ◦ green 71 ◦ blue 92

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

Shades of Hippie Pink #B3475C

Tints of Hippie Pink #B3475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

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

R = 52.34%
G = 20.76%
B = 26.9%

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

#B3475C (or 0xB3475C) is known color: Hippie Pink. HEX triplet: B3, 47 and 5C. RGB value is (179,71,92). Sum of RGB (Red+Green+Blue) = 179+71+92=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3475C is #4CB8A3. Grayscale: #696969. Windows color (decimal): -5028004 or 6047667. OLE color: 6047667.

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

Color convert

RGB 179 71 92 -
CMYK 0 0.60 0.49 0.30
HSL 348.33º 0.43% 0.49% -
HSV(B) 348.33º 0.6% 0.7% -
XYZ 22.78 14.86 11.79 -
YUV 105.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 179 71 92 0 0.60 0.49 0.30 348.33 0.43 0.49
Hex B3 47 5C 0 3C 31 1E 15C 2B 31
Octal 263 107 134 0 74 61 36 534 53 61
Binary 10110011 1000111 1011100 0 111100 110001 11110 101011100 101011 110001

Color Harmonies of #B3475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3475C

Black with #B3475C

Text Example


Text Example

White with #B3475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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