Html Css Color HEX #B3555B Hippie Pink

📋 copy color: '#B3555B'

red 179 ◦ green 85 ◦ blue 91

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

Shades of Hippie Pink #B3555B

Tints of Hippie Pink #B3555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

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

R = 50.42%
G = 23.94%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3555B (or 0xB3555B) is known color: Hippie Pink. HEX triplet: B3, 55 and 5B. RGB value is (179,85,91). Sum of RGB (Red+Green+Blue) = 179+85+91=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3555B is #4CAAA4. Grayscale: #717171. Windows color (decimal): -5024421 or 5985715. OLE color: 5985715.

HSL color Cylindrical-coordinate representation of color #B3555B: hue angle of 356.17º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3555B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 91 -
CMYK 0 0.53 0.49 0.30
HSL 356.17º 0.38% 0.52% -
HSV(B) 356.17º 0.53% 0.7% -
XYZ 23.73 16.84 11.9 -
YUV 113.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 179 85 91 0 0.53 0.49 0.30 356.17 0.38 0.52
Hex B3 55 5B 0 35 31 1E 164 26 34
Octal 263 125 133 0 65 61 36 544 46 64
Binary 10110011 1010101 1011011 0 110101 110001 11110 101100100 100110 110100

Color Harmonies of #B3555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3555B

Black with #B3555B

Text Example


Text Example

White with #B3555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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