Html Css Color HEX #B94355 Hippie Pink

📋 copy color: '#B94355'

red 185 ◦ green 67 ◦ blue 85

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

Shades of Hippie Pink #B94355

Tints of Hippie Pink #B94355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 54.9%
G = 19.88%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B94355 (or 0xB94355) is known color: Hippie Pink. HEX triplet: B9, 43 and 55. RGB value is (185,67,85). Sum of RGB (Red+Green+Blue) = 185+67+85=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B94355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94355 is #46BCAA. Grayscale: #686868. Windows color (decimal): -4635819 or 5587897. OLE color: 5587897.

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

Color convert

RGB 185 67 85 -
CMYK 0 0.64 0.54 0.27
HSL 350.85º 0.47% 0.49% -
HSV(B) 350.85º 0.64% 0.73% -
XYZ 23.65 14.98 10.24 -
YUV 104.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 185 67 85 0 0.64 0.54 0.27 350.85 0.47 0.49
Hex B9 43 55 0 40 36 1B 15F 2F 31
Octal 271 103 125 0 100 66 33 537 57 61
Binary 10111001 1000011 1010101 0 1000000 110110 11011 101011111 101111 110001

Color Harmonies of #B94355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94355

Black with #B94355

Text Example


Text Example

White with #B94355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94355; }

 p { color: rgb(185,67,85); }

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

background-color css

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

 a { background-color: rgb(185,67,85); }

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

border-color css

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

 span { border-color: rgb(185,67,85); }

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