Html Css Color HEX #B8485C Hippie Pink

📋 copy color: '#B8485C'

red 184 ◦ green 72 ◦ blue 92

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

Shades of Hippie Pink #B8485C

Tints of Hippie Pink #B8485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 52.87%
G = 20.69%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8485C (or 0xB8485C) is known color: Hippie Pink. HEX triplet: B8, 48 and 5C. RGB value is (184,72,92). Sum of RGB (Red+Green+Blue) = 184+72+92=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8485C is #47B7A3. Grayscale: #6B6B6B. Windows color (decimal): -4700068 or 6047928. OLE color: 6047928.

HSL color Cylindrical-coordinate representation of color #B8485C: hue angle of 349.29º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8485C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 72 92 -
CMYK 0 0.61 0.50 0.28
HSL 349.29º 0.44% 0.5% -
HSV(B) 349.29º 0.61% 0.72% -
XYZ 24.02 15.6 11.87 -
YUV 107.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 184 72 92 0 0.61 0.50 0.28 349.29 0.44 0.5
Hex B8 48 5C 0 3D 32 1C 15D 2C 32
Octal 270 110 134 0 75 62 34 535 54 62
Binary 10111000 1001000 1011100 0 111101 110010 11100 101011101 101100 110010

Color Harmonies of #B8485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8485C

Black with #B8485C

Text Example


Text Example

White with #B8485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8485C; }

 p { color: rgb(184,72,92); }

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

background-color css

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

 a { background-color: rgb(184,72,92); }

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

border-color css

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

 span { border-color: rgb(184,72,92); }

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