Html Css Color HEX #B8495B Hippie Pink

📋 copy color: '#B8495B'

red 184 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #B8495B

Tints of Hippie Pink #B8495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 52.87%
G = 20.98%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8495B (or 0xB8495B) is known color: Hippie Pink. HEX triplet: B8, 49 and 5B. RGB value is (184,73,91). Sum of RGB (Red+Green+Blue) = 184+73+91=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8495B is #47B6A4. Grayscale: #6C6C6C. Windows color (decimal): -4699813 or 5982648. OLE color: 5982648.

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

Color convert

RGB 184 73 91 -
CMYK 0 0.60 0.51 0.28
HSL 350.27º 0.44% 0.5% -
HSV(B) 350.27º 0.6% 0.72% -
XYZ 24.04 15.71 11.66 -
YUV 108.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 184 73 91 0 0.60 0.51 0.28 350.27 0.44 0.5
Hex B8 49 5B 0 3C 33 1C 15E 2C 32
Octal 270 111 133 0 74 63 34 536 54 62
Binary 10111000 1001001 1011011 0 111100 110011 11100 101011110 101100 110010

Color Harmonies of #B8495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8495B

Black with #B8495B

Text Example


Text Example

White with #B8495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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