Html Css Color HEX #B94849 Hippie Pink

📋 copy color: '#B94849'

red 185 ◦ green 72 ◦ blue 73

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

Shades of Hippie Pink #B94849

Tints of Hippie Pink #B94849

RGB

 RED value IS 185 (72.66% from 255) = 56.06%

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

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 56.06%
G = 21.82%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B94849 (or 0xB94849) is known color: Hippie Pink. HEX triplet: B9, 48 and 49. RGB value is (185,72,73). Sum of RGB (Red+Green+Blue) = 185+72+73=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B94849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94849 is #46B7B6. Grayscale: #6A6A6A. Windows color (decimal): -4634551 or 4802745. OLE color: 4802745.

HSL color Cylindrical-coordinate representation of color #B94849: hue angle of 359.47º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94849 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 73 -
CMYK 0 0.61 0.61 0.27
HSL 359.47º 0.45% 0.5% -
HSV(B) 359.47º 0.61% 0.73% -
XYZ 23.53 15.43 8.04 -
YUV 105.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 185 72 73 0 0.61 0.61 0.27 359.47 0.45 0.5
Hex B9 48 49 0 3D 3D 1B 167 2D 32
Octal 271 110 111 0 75 75 33 547 55 62
Binary 10111001 1001000 1001001 0 111101 111101 11011 101100111 101101 110010

Color Harmonies of #B94849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94849

Black with #B94849

Text Example


Text Example

White with #B94849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94849; }

 p { color: rgb(185,72,73); }

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

background-color css

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

 a { background-color: rgb(185,72,73); }

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

border-color css

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

 span { border-color: rgb(185,72,73); }

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