Html Css Color HEX #B85155 Hippie Pink

📋 copy color: '#B85155'

red 184 ◦ green 81 ◦ blue 85

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

Shades of Hippie Pink #B85155

Tints of Hippie Pink #B85155

RGB

 RED value IS 184 (72.27% from 255) = 52.57%

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 52.57%
G = 23.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B85155 (or 0xB85155) is known color: Hippie Pink. HEX triplet: B8, 51 and 55. RGB value is (184,81,85). Sum of RGB (Red+Green+Blue) = 184+81+85=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85155 is #47AEAA. Grayscale: #707070. Windows color (decimal): -4697771 or 5591480. OLE color: 5591480.

HSL color Cylindrical-coordinate representation of color #B85155: hue angle of 357.67º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85155 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 85 -
CMYK 0 0.56 0.54 0.28
HSL 357.67º 0.42% 0.52% -
HSV(B) 357.67º 0.56% 0.72% -
XYZ 24.35 16.73 10.54 -
YUV 112.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 184 81 85 0 0.56 0.54 0.28 357.67 0.42 0.52
Hex B8 51 55 0 38 36 1C 166 2A 34
Octal 270 121 125 0 70 66 34 546 52 64
Binary 10111000 1010001 1010101 0 111000 110110 11100 101100110 101010 110100

Color Harmonies of #B85155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85155

Black with #B85155

Text Example


Text Example

White with #B85155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85155; }

 p { color: rgb(184,81,85); }

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

background-color css

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

 a { background-color: rgb(184,81,85); }

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

border-color css

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

 span { border-color: rgb(184,81,85); }

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