Html Css Color HEX #B8475C Hippie Pink

📋 copy color: '#B8475C'

red 184 ◦ green 71 ◦ blue 92

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

Shades of Hippie Pink #B8475C

Tints of Hippie Pink #B8475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

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

R = 53.03%
G = 20.46%
B = 26.51%

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

#B8475C (or 0xB8475C) is known color: Hippie Pink. HEX triplet: B8, 47 and 5C. RGB value is (184,71,92). Sum of RGB (Red+Green+Blue) = 184+71+92=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8475C is #47B8A3. Grayscale: #6B6B6B. Windows color (decimal): -4700324 or 6047672. OLE color: 6047672.

HSL color Cylindrical-coordinate representation of color #B8475C: hue angle of 348.85º 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 #B8475C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 71 92 -
CMYK 0 0.61 0.50 0.28
HSL 348.85º 0.44% 0.5% -
HSV(B) 348.85º 0.61% 0.72% -
XYZ 23.95 15.47 11.85 -
YUV 107.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 184 71 92 0 0.61 0.50 0.28 348.85 0.44 0.5
Hex B8 47 5C 0 3D 32 1C 15D 2C 32
Octal 270 107 134 0 75 62 34 535 54 62
Binary 10111000 1000111 1011100 0 111101 110010 11100 101011101 101100 110010

Color Harmonies of #B8475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8475C

Black with #B8475C

Text Example


Text Example

White with #B8475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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