Html Css Color HEX #B0595B Hippie Pink

📋 copy color: '#B0595B'

red 176 ◦ green 89 ◦ blue 91

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

Shades of Hippie Pink #B0595B

Tints of Hippie Pink #B0595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 49.44%
G = 25%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0595B (or 0xB0595B) is known color: Hippie Pink. HEX triplet: B0, 59 and 5B. RGB value is (176,89,91). Sum of RGB (Red+Green+Blue) = 176+89+91=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0595B is #4FA6A4. Grayscale: #737373. Windows color (decimal): -5220005 or 5986736. OLE color: 5986736.

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

Color convert

RGB 176 89 91 -
CMYK 0 0.49 0.48 0.31
HSL 358.62º 0.36% 0.52% -
HSV(B) 358.62º 0.49% 0.69% -
XYZ 23.37 17.13 11.97 -
YUV 115.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 176 89 91 0 0.49 0.48 0.31 358.62 0.36 0.52
Hex B0 59 5B 0 31 30 1F 167 24 34
Octal 260 131 133 0 61 60 37 547 44 64
Binary 10110000 1011001 1011011 0 110001 110000 11111 101100111 100100 110100

Color Harmonies of #B0595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0595B

Black with #B0595B

Text Example


Text Example

White with #B0595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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