Html Css Color HEX #B95059 Hippie Pink

📋 copy color: '#B95059'

red 185 ◦ green 80 ◦ blue 89

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

Shades of Hippie Pink #B95059

Tints of Hippie Pink #B95059

RGB

 RED value IS 185 (72.66% from 255) = 52.26%

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 89 (35.16% from 255) = 25.14%

R = 52.26%
G = 22.6%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B95059 (or 0xB95059) is known color: Hippie Pink. HEX triplet: B9, 50 and 59. RGB value is (185,80,89). Sum of RGB (Red+Green+Blue) = 185+80+89=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B95059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95059 is #46AFA6. Grayscale: #707070. Windows color (decimal): -4632487 or 5853369. OLE color: 5853369.

HSL color Cylindrical-coordinate representation of color #B95059: hue angle of 354.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95059 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 89 -
CMYK 0 0.57 0.52 0.27
HSL 354.86º 0.43% 0.52% -
HSV(B) 354.86º 0.57% 0.73% -
XYZ 24.68 16.77 11.39 -
YUV 112.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 185 80 89 0 0.57 0.52 0.27 354.86 0.43 0.52
Hex B9 50 59 0 39 34 1B 163 2B 34
Octal 271 120 131 0 71 64 33 543 53 64
Binary 10111001 1010000 1011001 0 111001 110100 11011 101100011 101011 110100

Color Harmonies of #B95059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95059

Black with #B95059

Text Example


Text Example

White with #B95059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95059; }

 p { color: rgb(185,80,89); }

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

background-color css

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

 a { background-color: rgb(185,80,89); }

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

border-color css

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

 span { border-color: rgb(185,80,89); }

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