Html Css Color HEX #B0585A Hippie Pink

📋 copy color: '#B0585A'

red 176 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #B0585A

Tints of Hippie Pink #B0585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 49.72%
G = 24.86%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0585A (or 0xB0585A) is known color: Hippie Pink. HEX triplet: B0, 58 and 5A. RGB value is (176,88,90). Sum of RGB (Red+Green+Blue) = 176+88+90=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0585A is #4FA7A5. Grayscale: #727272. Windows color (decimal): -5220262 or 5920944. OLE color: 5920944.

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

Color convert

RGB 176 88 90 -
CMYK 0 0.50 0.49 0.31
HSL 358.64º 0.36% 0.52% -
HSV(B) 358.64º 0.5% 0.69% -
XYZ 23.24 16.95 11.72 -
YUV 114.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 176 88 90 0 0.50 0.49 0.31 358.64 0.36 0.52
Hex B0 58 5A 0 32 31 1F 167 24 34
Octal 260 130 132 0 62 61 37 547 44 64
Binary 10110000 1011000 1011010 0 110010 110001 11111 101100111 100100 110100

Color Harmonies of #B0585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0585A

Black with #B0585A

Text Example


Text Example

White with #B0585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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