Html Css Color HEX #B64459 Hippie Pink

📋 copy color: '#B64459'

red 182 ◦ green 68 ◦ blue 89

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

Shades of Hippie Pink #B64459

Tints of Hippie Pink #B64459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

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

R = 53.69%
G = 20.06%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B64459 (or 0xB64459) is known color: Hippie Pink. HEX triplet: B6, 44 and 59. RGB value is (182,68,89). Sum of RGB (Red+Green+Blue) = 182+68+89=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B64459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64459 is #49BBA6. Grayscale: #686868. Windows color (decimal): -4832167 or 5850294. OLE color: 5850294.

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

Color convert

RGB 182 68 89 -
CMYK 0 0.63 0.51 0.29
HSL 348.95º 0.46% 0.49% -
HSV(B) 348.95º 0.63% 0.71% -
XYZ 23.16 14.8 11.09 -
YUV 104.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 182 68 89 0 0.63 0.51 0.29 348.95 0.46 0.49
Hex B6 44 59 0 3F 33 1D 15D 2E 31
Octal 266 104 131 0 77 63 35 535 56 61
Binary 10110110 1000100 1011001 0 111111 110011 11101 101011101 101110 110001

Color Harmonies of #B64459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64459

Black with #B64459

Text Example


Text Example

White with #B64459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64459; }

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

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

background-color css

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

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

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

border-color css

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

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

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