Html Css Color HEX #B64D5D Hippie Pink

📋 copy color: '#B64D5D'

red 182 ◦ green 77 ◦ blue 93

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

Shades of Hippie Pink #B64D5D

Tints of Hippie Pink #B64D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.88%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 51.7%
G = 21.88%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B64D5D (or 0xB64D5D) is known color: Hippie Pink. HEX triplet: B6, 4D and 5D. RGB value is (182,77,93). Sum of RGB (Red+Green+Blue) = 182+77+93=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D5D is #49B2A2. Grayscale: #6E6E6E. Windows color (decimal): -4829859 or 6114742. OLE color: 6114742.

HSL color Cylindrical-coordinate representation of color #B64D5D: hue angle of 350.86º 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 #B64D5D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 77 93 -
CMYK 0 0.58 0.49 0.29
HSL 350.86º 0.42% 0.51% -
HSV(B) 350.86º 0.58% 0.71% -
XYZ 23.92 16.04 12.19 -
YUV 110.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 182 77 93 0 0.58 0.49 0.29 350.86 0.42 0.51
Hex B6 4D 5D 0 3A 31 1D 15F 2A 33
Octal 266 115 135 0 72 61 35 537 52 63
Binary 10110110 1001101 1011101 0 111010 110001 11101 101011111 101010 110011

Color Harmonies of #B64D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D5D

Black with #B64D5D

Text Example


Text Example

White with #B64D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D5D; }

 p { color: rgb(182,77,93); }

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

background-color css

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

 a { background-color: rgb(182,77,93); }

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

border-color css

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

 span { border-color: rgb(182,77,93); }

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