Html Css Color HEX #B05557 Hippie Pink

📋 copy color: '#B05557'

red 176 ◦ green 85 ◦ blue 87

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

Shades of Hippie Pink #B05557

Tints of Hippie Pink #B05557

RGB

 RED value IS 176 (69.14% from 255) = 50.57%

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

 BLUE value IS 87 (34.38% from 255) = 25%

R = 50.57%
G = 24.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B05557 (or 0xB05557) is known color: Hippie Pink. HEX triplet: B0, 55 and 57. RGB value is (176,85,87). Sum of RGB (Red+Green+Blue) = 176+85+87=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05557 is #4FAAA8. Grayscale: #707070. Windows color (decimal): -5221033 or 5723568. OLE color: 5723568.

HSL color Cylindrical-coordinate representation of color #B05557: hue angle of 358.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05557 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 87 -
CMYK 0 0.52 0.51 0.31
HSL 358.68º 0.37% 0.51% -
HSV(B) 358.68º 0.52% 0.69% -
XYZ 22.87 16.42 10.98 -
YUV 112.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 176 85 87 0 0.52 0.51 0.31 358.68 0.37 0.51
Hex B0 55 57 0 34 33 1F 167 25 33
Octal 260 125 127 0 64 63 37 547 45 63
Binary 10110000 1010101 1010111 0 110100 110011 11111 101100111 100101 110011

Color Harmonies of #B05557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05557

Black with #B05557

Text Example


Text Example

White with #B05557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05557; }

 p { color: rgb(176,85,87); }

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

background-color css

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

 a { background-color: rgb(176,85,87); }

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

border-color css

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

 span { border-color: rgb(176,85,87); }

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