Html Css Color HEX #B94A59 Hippie Pink

📋 copy color: '#B94A59'

red 185 ◦ green 74 ◦ blue 89

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

Shades of Hippie Pink #B94A59

Tints of Hippie Pink #B94A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 89 (35.16% from 255) = 25.57%

R = 53.16%
G = 21.26%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B94A59 (or 0xB94A59) is known color: Hippie Pink. HEX triplet: B9, 4A and 59. RGB value is (185,74,89). Sum of RGB (Red+Green+Blue) = 185+74+89=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A59 is #46B5A6. Grayscale: #6C6C6C. Windows color (decimal): -4634023 or 5851833. OLE color: 5851833.

HSL color Cylindrical-coordinate representation of color #B94A59: hue angle of 351.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A59 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 89 -
CMYK 0 0.6 0.52 0.27
HSL 351.89º 0.44% 0.51% -
HSV(B) 351.89º 0.6% 0.73% -
XYZ 24.26 15.93 11.25 -
YUV 108.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 185 74 89 0 0.6 0.52 0.27 351.89 0.44 0.51
Hex B9 4A 59 0 3C 34 1B 160 2C 33
Octal 271 112 131 0 74 64 33 540 54 63
Binary 10111001 1001010 1011001 0 111100 110100 11011 101100000 101100 110011

Color Harmonies of #B94A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A59

Black with #B94A59

Text Example


Text Example

White with #B94A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A59; }

 p { color: rgb(185,74,89); }

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

background-color css

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

 a { background-color: rgb(185,74,89); }

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

border-color css

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

 span { border-color: rgb(185,74,89); }

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