Html Css Color HEX #B64C59 Hippie Pink

📋 copy color: '#B64C59'

red 182 ◦ green 76 ◦ blue 89

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

Shades of Hippie Pink #B64C59

Tints of Hippie Pink #B64C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

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

R = 52.45%
G = 21.9%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B64C59 (or 0xB64C59) is known color: Hippie Pink. HEX triplet: B6, 4C and 59. RGB value is (182,76,89). Sum of RGB (Red+Green+Blue) = 182+76+89=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C59 is #49B3A6. Grayscale: #6D6D6D. Windows color (decimal): -4830119 or 5852342. OLE color: 5852342.

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

Color convert

RGB 182 76 89 -
CMYK 0 0.58 0.51 0.29
HSL 352.64º 0.42% 0.51% -
HSV(B) 352.64º 0.58% 0.71% -
XYZ 23.68 15.84 11.26 -
YUV 109.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 182 76 89 0 0.58 0.51 0.29 352.64 0.42 0.51
Hex B6 4C 59 0 3A 33 1D 161 2A 33
Octal 266 114 131 0 72 63 35 541 52 63
Binary 10110110 1001100 1011001 0 111010 110011 11101 101100001 101010 110011

Color Harmonies of #B64C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C59

Black with #B64C59

Text Example


Text Example

White with #B64C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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