Html Css Color HEX #B64D5C Hippie Pink

📋 copy color: '#B64D5C'

red 182 ◦ green 77 ◦ blue 92

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

Shades of Hippie Pink #B64D5C

Tints of Hippie Pink #B64D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 51.85%
G = 21.94%
B = 26.21%

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

#B64D5C (or 0xB64D5C) is known color: Hippie Pink. HEX triplet: B6, 4D and 5C. RGB value is (182,77,92). Sum of RGB (Red+Green+Blue) = 182+77+92=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D5C is #49B2A3. Grayscale: #6E6E6E. Windows color (decimal): -4829860 or 6049206. OLE color: 6049206.

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

Color convert

RGB 182 77 92 -
CMYK 0 0.58 0.49 0.29
HSL 351.43º 0.42% 0.51% -
HSV(B) 351.43º 0.58% 0.71% -
XYZ 23.88 16.03 11.96 -
YUV 110.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 182 77 92 0 0.58 0.49 0.29 351.43 0.42 0.51
Hex B6 4D 5C 0 3A 31 1D 15F 2A 33
Octal 266 115 134 0 72 61 35 537 52 63
Binary 10110110 1001101 1011100 0 111010 110001 11101 101011111 101010 110011

Color Harmonies of #B64D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D5C

Black with #B64D5C

Text Example


Text Example

White with #B64D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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