Html Css Color HEX #B05358 Hippie Pink

📋 copy color: '#B05358'

red 176 ◦ green 83 ◦ blue 88

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

Shades of Hippie Pink #B05358

Tints of Hippie Pink #B05358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 50.72%
G = 23.92%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B05358 (or 0xB05358) is known color: Hippie Pink. HEX triplet: B0, 53 and 58. RGB value is (176,83,88). Sum of RGB (Red+Green+Blue) = 176+83+88=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B05358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05358 is #4FACA7. Grayscale: #6F6F6F. Windows color (decimal): -5221544 or 5788592. OLE color: 5788592.

HSL color Cylindrical-coordinate representation of color #B05358: hue angle of 356.77º 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 #B05358 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 88 -
CMYK 0 0.53 0.50 0.31
HSL 356.77º 0.37% 0.51% -
HSV(B) 356.77º 0.53% 0.69% -
XYZ 22.76 16.12 11.14 -
YUV 111.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 176 83 88 0 0.53 0.50 0.31 356.77 0.37 0.51
Hex B0 53 58 0 35 32 1F 165 25 33
Octal 260 123 130 0 65 62 37 545 45 63
Binary 10110000 1010011 1011000 0 110101 110010 11111 101100101 100101 110011

Color Harmonies of #B05358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05358

Black with #B05358

Text Example


Text Example

White with #B05358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05358; }

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

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

background-color css

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

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

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

border-color css

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

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

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