Html Css Color HEX #B8475B Hippie Pink

📋 copy color: '#B8475B'

red 184 ◦ green 71 ◦ blue 91

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

Shades of Hippie Pink #B8475B

Tints of Hippie Pink #B8475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 53.18%
G = 20.52%
B = 26.3%

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

#B8475B (or 0xB8475B) is known color: Hippie Pink. HEX triplet: B8, 47 and 5B. RGB value is (184,71,91). Sum of RGB (Red+Green+Blue) = 184+71+91=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8475B is #47B8A4. Grayscale: #6B6B6B. Windows color (decimal): -4700325 or 5982136. OLE color: 5982136.

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

Color convert

RGB 184 71 91 -
CMYK 0 0.61 0.51 0.28
HSL 349.38º 0.44% 0.5% -
HSV(B) 349.38º 0.61% 0.72% -
XYZ 23.91 15.45 11.62 -
YUV 107.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 184 71 91 0 0.61 0.51 0.28 349.38 0.44 0.5
Hex B8 47 5B 0 3D 33 1C 15D 2C 32
Octal 270 107 133 0 75 63 34 535 54 62
Binary 10111000 1000111 1011011 0 111101 110011 11100 101011101 101100 110010

Color Harmonies of #B8475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8475B

Black with #B8475B

Text Example


Text Example

White with #B8475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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