Html Css Color HEX #B9415E Hippie Pink

📋 copy color: '#B9415E'

red 185 ◦ green 65 ◦ blue 94

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

Shades of Hippie Pink #B9415E

Tints of Hippie Pink #B9415E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 53.78%
G = 18.9%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9415E (or 0xB9415E) is known color: Hippie Pink. HEX triplet: B9, 41 and 5E. RGB value is (185,65,94). Sum of RGB (Red+Green+Blue) = 185+65+94=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9415E is #46BEA1. Grayscale: #686868. Windows color (decimal): -4636322 or 6177209. OLE color: 6177209.

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

Color convert

RGB 185 65 94 -
CMYK 0 0.65 0.49 0.27
HSL 345.5º 0.48% 0.49% -
HSV(B) 345.5º 0.65% 0.73% -
XYZ 23.92 14.9 12.21 -
YUV 104.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 185 65 94 0 0.65 0.49 0.27 345.5 0.48 0.49
Hex B9 41 5E 0 41 31 1B 15A 30 31
Octal 271 101 136 0 101 61 33 532 60 61
Binary 10111001 1000001 1011110 0 1000001 110001 11011 101011010 110000 110001

Color Harmonies of #B9415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9415E

Black with #B9415E

Text Example


Text Example

White with #B9415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9415E; }

 p { color: rgb(185,65,94); }

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

background-color css

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

 a { background-color: rgb(185,65,94); }

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

border-color css

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

 span { border-color: rgb(185,65,94); }

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