Html Css Color HEX #B64159 Hippie Pink

📋 copy color: '#B64159'

red 182 ◦ green 65 ◦ blue 89

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

Shades of Hippie Pink #B64159

Tints of Hippie Pink #B64159

RGB

 RED value IS 182 (71.48% from 255) = 54.17%

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

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

R = 54.17%
G = 19.35%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B64159 (or 0xB64159) is known color: Hippie Pink. HEX triplet: B6, 41 and 59. RGB value is (182,65,89). Sum of RGB (Red+Green+Blue) = 182+65+89=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B64159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64159 is #49BEA6. Grayscale: #666666. Windows color (decimal): -4832935 or 5849526. OLE color: 5849526.

HSL color Cylindrical-coordinate representation of color #B64159: hue angle of 347.69º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64159 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 89 -
CMYK 0 0.64 0.51 0.29
HSL 347.69º 0.47% 0.48% -
HSV(B) 347.69º 0.64% 0.71% -
XYZ 22.98 14.45 11.03 -
YUV 102.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 182 65 89 0 0.64 0.51 0.29 347.69 0.47 0.48
Hex B6 41 59 0 40 33 1D 15C 2F 30
Octal 266 101 131 0 100 63 35 534 57 60
Binary 10110110 1000001 1011001 0 1000000 110011 11101 101011100 101111 110000

Color Harmonies of #B64159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64159

Black with #B64159

Text Example


Text Example

White with #B64159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64159; }

 p { color: rgb(182,65,89); }

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

background-color css

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

 a { background-color: rgb(182,65,89); }

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

border-color css

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

 span { border-color: rgb(182,65,89); }

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