Html Css Color HEX #B0595A Hippie Pink

📋 copy color: '#B0595A'

red 176 ◦ green 89 ◦ blue 90

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

Shades of Hippie Pink #B0595A

Tints of Hippie Pink #B0595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.07%

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

R = 49.58%
G = 25.07%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0595A (or 0xB0595A) is known color: Hippie Pink. HEX triplet: B0, 59 and 5A. RGB value is (176,89,90). Sum of RGB (Red+Green+Blue) = 176+89+90=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0595A is #4FA6A5. Grayscale: #737373. Windows color (decimal): -5220006 or 5921200. OLE color: 5921200.

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

Color convert

RGB 176 89 90 -
CMYK 0 0.49 0.49 0.31
HSL 359.31º 0.36% 0.52% -
HSV(B) 359.31º 0.49% 0.69% -
XYZ 23.32 17.11 11.75 -
YUV 115.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 176 89 90 0 0.49 0.49 0.31 359.31 0.36 0.52
Hex B0 59 5A 0 31 31 1F 167 24 34
Octal 260 131 132 0 61 61 37 547 44 64
Binary 10110000 1011001 1011010 0 110001 110001 11111 101100111 100100 110100

Color Harmonies of #B0595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0595A

Black with #B0595A

Text Example


Text Example

White with #B0595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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