Html Css Color HEX #B8475A Hippie Pink

📋 copy color: '#B8475A'

red 184 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #B8475A

Tints of Hippie Pink #B8475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 53.33%
G = 20.58%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8475A (or 0xB8475A) is known color: Hippie Pink. HEX triplet: B8, 47 and 5A. RGB value is (184,71,90). Sum of RGB (Red+Green+Blue) = 184+71+90=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8475A is #47B8A5. Grayscale: #6A6A6A. Windows color (decimal): -4700326 or 5916600. OLE color: 5916600.

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

Color convert

RGB 184 71 90 -
CMYK 0 0.61 0.51 0.28
HSL 349.91º 0.44% 0.5% -
HSV(B) 349.91º 0.61% 0.72% -
XYZ 23.87 15.44 11.39 -
YUV 106.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 184 71 90 0 0.61 0.51 0.28 349.91 0.44 0.5
Hex B8 47 5A 0 3D 33 1C 15E 2C 32
Octal 270 107 132 0 75 63 34 536 54 62
Binary 10111000 1000111 1011010 0 111101 110011 11100 101011110 101100 110010

Color Harmonies of #B8475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8475A

Black with #B8475A

Text Example


Text Example

White with #B8475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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