Html Css Color HEX #B05355 Hippie Pink

📋 copy color: '#B05355'

red 176 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #B05355

Tints of Hippie Pink #B05355

RGB

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

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

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

R = 51.16%
G = 24.13%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B05355 (or 0xB05355) is known color: Hippie Pink. HEX triplet: B0, 53 and 55. RGB value is (176,83,85). Sum of RGB (Red+Green+Blue) = 176+83+85=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B05355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05355 is #4FACAA. Grayscale: #6F6F6F. Windows color (decimal): -5221547 or 5591984. OLE color: 5591984.

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

Color convert

RGB 176 83 85 -
CMYK 0 0.53 0.52 0.31
HSL 358.71º 0.37% 0.51% -
HSV(B) 358.71º 0.53% 0.69% -
XYZ 22.64 16.07 10.5 -
YUV 111.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 176 83 85 0 0.53 0.52 0.31 358.71 0.37 0.51
Hex B0 53 55 0 35 34 1F 167 25 33
Octal 260 123 125 0 65 64 37 547 45 63
Binary 10110000 1010011 1010101 0 110101 110100 11111 101100111 100101 110011

Color Harmonies of #B05355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05355

Black with #B05355

Text Example


Text Example

White with #B05355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05355; }

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

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

background-color css

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

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

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

border-color css

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

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

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