Html Css Color HEX #B94255 Hippie Pink

📋 copy color: '#B94255'

red 185 ◦ green 66 ◦ blue 85

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

Shades of Hippie Pink #B94255

Tints of Hippie Pink #B94255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

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

R = 55.06%
G = 19.64%
B = 25.3%

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

#B94255 (or 0xB94255) is known color: Hippie Pink. HEX triplet: B9, 42 and 55. RGB value is (185,66,85). Sum of RGB (Red+Green+Blue) = 185+66+85=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B94255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94255 is #46BDAA. Grayscale: #676767. Windows color (decimal): -4636075 or 5587641. OLE color: 5587641.

HSL color Cylindrical-coordinate representation of color #B94255: hue angle of 350.42º 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 #B94255 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 85 -
CMYK 0 0.64 0.54 0.27
HSL 350.42º 0.47% 0.49% -
HSV(B) 350.42º 0.64% 0.73% -
XYZ 23.6 14.87 10.22 -
YUV 103.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 185 66 85 0 0.64 0.54 0.27 350.42 0.47 0.49
Hex B9 42 55 0 40 36 1B 15E 2F 31
Octal 271 102 125 0 100 66 33 536 57 61
Binary 10111001 1000010 1010101 0 1000000 110110 11011 101011110 101111 110001

Color Harmonies of #B94255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94255

Black with #B94255

Text Example


Text Example

White with #B94255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94255; }

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

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

background-color css

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

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

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

border-color css

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

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

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