Html Css Color HEX #B3505E Hippie Pink

📋 copy color: '#B3505E'

red 179 ◦ green 80 ◦ blue 94

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

Shades of Hippie Pink #B3505E

Tints of Hippie Pink #B3505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 50.71%
G = 22.66%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3505E (or 0xB3505E) is known color: Hippie Pink. HEX triplet: B3, 50 and 5E. RGB value is (179,80,94). Sum of RGB (Red+Green+Blue) = 179+80+94=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3505E is #4CAFA1. Grayscale: #6F6F6F. Windows color (decimal): -5025698 or 6181043. OLE color: 6181043.

HSL color Cylindrical-coordinate representation of color #B3505E: hue angle of 351.52º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3505E is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 94 -
CMYK 0 0.55 0.47 0.30
HSL 351.52º 0.39% 0.51% -
HSV(B) 351.52º 0.55% 0.7% -
XYZ 23.48 16.13 12.47 -
YUV 111.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 179 80 94 0 0.55 0.47 0.30 351.52 0.39 0.51
Hex B3 50 5E 0 37 2F 1E 160 27 33
Octal 263 120 136 0 67 57 36 540 47 63
Binary 10110011 1010000 1011110 0 110111 101111 11110 101100000 100111 110011

Color Harmonies of #B3505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3505E

Black with #B3505E

Text Example


Text Example

White with #B3505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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