Html Css Color HEX #B2555B Hippie Pink

📋 copy color: '#B2555B'

red 178 ◦ green 85 ◦ blue 91

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

Shades of Hippie Pink #B2555B

Tints of Hippie Pink #B2555B

RGB

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

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

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

R = 50.28%
G = 24.01%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2555B (or 0xB2555B) is known color: Hippie Pink. HEX triplet: B2, 55 and 5B. RGB value is (178,85,91). Sum of RGB (Red+Green+Blue) = 178+85+91=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2555B is #4DAAA4. Grayscale: #717171. Windows color (decimal): -5089957 or 5985714. OLE color: 5985714.

HSL color Cylindrical-coordinate representation of color #B2555B: hue angle of 356.13º 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 #B2555B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 91 -
CMYK 0 0.52 0.49 0.30
HSL 356.13º 0.38% 0.52% -
HSV(B) 356.13º 0.52% 0.7% -
XYZ 23.5 16.72 11.89 -
YUV 113.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 178 85 91 0 0.52 0.49 0.30 356.13 0.38 0.52
Hex B2 55 5B 0 34 31 1E 164 26 34
Octal 262 125 133 0 64 61 36 544 46 64
Binary 10110010 1010101 1011011 0 110100 110001 11110 101100100 100110 110100

Color Harmonies of #B2555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2555B

Black with #B2555B

Text Example


Text Example

White with #B2555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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