Html Css Color HEX #B85053 Hippie Pink

📋 copy color: '#B85053'

red 184 ◦ green 80 ◦ blue 83

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

Shades of Hippie Pink #B85053

Tints of Hippie Pink #B85053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 53.03%
G = 23.05%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B85053 (or 0xB85053) is known color: Hippie Pink. HEX triplet: B8, 50 and 53. RGB value is (184,80,83). Sum of RGB (Red+Green+Blue) = 184+80+83=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B85053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85053 is #47AFAC. Grayscale: #6F6F6F. Windows color (decimal): -4698029 or 5460152. OLE color: 5460152.

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

Color convert

RGB 184 80 83 -
CMYK 0 0.57 0.55 0.28
HSL 358.27º 0.42% 0.52% -
HSV(B) 358.27º 0.57% 0.72% -
XYZ 24.2 16.55 10.1 -
YUV 111.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 184 80 83 0 0.57 0.55 0.28 358.27 0.42 0.52
Hex B8 50 53 0 39 37 1C 166 2A 34
Octal 270 120 123 0 71 67 34 546 52 64
Binary 10111000 1010000 1010011 0 111001 110111 11100 101100110 101010 110100

Color Harmonies of #B85053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85053

Black with #B85053

Text Example


Text Example

White with #B85053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85053; }

 p { color: rgb(184,80,83); }

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

background-color css

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

 a { background-color: rgb(184,80,83); }

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

border-color css

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

 span { border-color: rgb(184,80,83); }

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