Html Css Color HEX #B55256 Hippie Pink

📋 copy color: '#B55256'

red 181 ◦ green 82 ◦ blue 86

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

Shades of Hippie Pink #B55256

Tints of Hippie Pink #B55256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

 BLUE value IS 86 (33.98% from 255) = 24.64%

R = 51.86%
G = 23.5%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B55256 (or 0xB55256) is known color: Hippie Pink. HEX triplet: B5, 52 and 56. RGB value is (181,82,86). Sum of RGB (Red+Green+Blue) = 181+82+86=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B55256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55256 is #4AADA9. Grayscale: #707070. Windows color (decimal): -4894122 or 5657269. OLE color: 5657269.

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

Color convert

RGB 181 82 86 -
CMYK 0 0.55 0.52 0.29
HSL 357.58º 0.4% 0.52% -
HSV(B) 357.58º 0.55% 0.71% -
XYZ 23.75 16.53 10.74 -
YUV 112.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 181 82 86 0 0.55 0.52 0.29 357.58 0.4 0.52
Hex B5 52 56 0 37 34 1D 166 28 34
Octal 265 122 126 0 67 64 35 546 50 64
Binary 10110101 1010010 1010110 0 110111 110100 11101 101100110 101000 110100

Color Harmonies of #B55256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55256

Black with #B55256

Text Example


Text Example

White with #B55256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55256; }

 p { color: rgb(181,82,86); }

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

background-color css

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

 a { background-color: rgb(181,82,86); }

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

border-color css

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

 span { border-color: rgb(181,82,86); }

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