Html Css Color HEX #B55355 Hippie Pink

📋 copy color: '#B55355'

red 181 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #B55355

Tints of Hippie Pink #B55355

RGB

 RED value IS 181 (71.09% from 255) = 51.86%

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 51.86%
G = 23.78%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B55355 (or 0xB55355) is known color: Hippie Pink. HEX triplet: B5, 53 and 55. RGB value is (181,83,85). Sum of RGB (Red+Green+Blue) = 181+83+85=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B55355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55355 is #4AACAA. Grayscale: #707070. Windows color (decimal): -4893867 or 5591989. OLE color: 5591989.

HSL color Cylindrical-coordinate representation of color #B55355: hue angle of 358.78º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55355 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 83 85 -
CMYK 0 0.54 0.53 0.29
HSL 358.78º 0.4% 0.52% -
HSV(B) 358.78º 0.54% 0.71% -
XYZ 23.79 16.67 10.56 -
YUV 112.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 181 83 85 0 0.54 0.53 0.29 358.78 0.4 0.52
Hex B5 53 55 0 36 35 1D 167 28 34
Octal 265 123 125 0 66 65 35 547 50 64
Binary 10110101 1010011 1010101 0 110110 110101 11101 101100111 101000 110100

Color Harmonies of #B55355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55355

Black with #B55355

Text Example


Text Example

White with #B55355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55355; }

 p { color: rgb(181,83,85); }

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

background-color css

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

 a { background-color: rgb(181,83,85); }

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

border-color css

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

 span { border-color: rgb(181,83,85); }

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