Html Css Color HEX #B2555D Hippie Pink

📋 copy color: '#B2555D'

red 178 ◦ green 85 ◦ blue 93

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

Shades of Hippie Pink #B2555D

Tints of Hippie Pink #B2555D

RGB

 RED value IS 178 (69.92% from 255) = 50%

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 50%
G = 23.88%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2555D (or 0xB2555D) is known color: Hippie Pink. HEX triplet: B2, 55 and 5D. RGB value is (178,85,93). Sum of RGB (Red+Green+Blue) = 178+85+93=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2555D is #4DAAA2. Grayscale: #717171. Windows color (decimal): -5089955 or 6116786. OLE color: 6116786.

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

Color convert

RGB 178 85 93 -
CMYK 0 0.52 0.48 0.30
HSL 354.84º 0.38% 0.52% -
HSV(B) 354.84º 0.52% 0.7% -
XYZ 23.58 16.75 12.35 -
YUV 113.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 178 85 93 0 0.52 0.48 0.30 354.84 0.38 0.52
Hex B2 55 5D 0 34 30 1E 163 26 34
Octal 262 125 135 0 64 60 36 543 46 64
Binary 10110010 1010101 1011101 0 110100 110000 11110 101100011 100110 110100

Color Harmonies of #B2555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2555D

Black with #B2555D

Text Example


Text Example

White with #B2555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2555D; }

 p { color: rgb(178,85,93); }

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

background-color css

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

 a { background-color: rgb(178,85,93); }

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

border-color css

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

 span { border-color: rgb(178,85,93); }

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