Html Css Color HEX #B94549 Hippie Pink

📋 copy color: '#B94549'

red 185 ◦ green 69 ◦ blue 73

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

Shades of Hippie Pink #B94549

Tints of Hippie Pink #B94549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 56.57%
G = 21.1%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B94549 (or 0xB94549) is known color: Hippie Pink. HEX triplet: B9, 45 and 49. RGB value is (185,69,73). Sum of RGB (Red+Green+Blue) = 185+69+73=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B94549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94549 is #46BAB6. Grayscale: #686868. Windows color (decimal): -4635319 or 4801977. OLE color: 4801977.

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

Color convert

RGB 185 69 73 -
CMYK 0 0.63 0.61 0.27
HSL 357.93º 0.46% 0.5% -
HSV(B) 357.93º 0.63% 0.73% -
XYZ 23.34 15.05 7.98 -
YUV 104.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 185 69 73 0 0.63 0.61 0.27 357.93 0.46 0.5
Hex B9 45 49 0 3F 3D 1B 166 2E 32
Octal 271 105 111 0 77 75 33 546 56 62
Binary 10111001 1000101 1001001 0 111111 111101 11011 101100110 101110 110010

Color Harmonies of #B94549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94549

Black with #B94549

Text Example


Text Example

White with #B94549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94549; }

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

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

background-color css

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

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

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

border-color css

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

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

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