Html Css Color HEX #B64749 Hippie Pink

📋 copy color: '#B64749'

red 182 ◦ green 71 ◦ blue 73

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

Shades of Hippie Pink #B64749

Tints of Hippie Pink #B64749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 55.83%
G = 21.78%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B64749 (or 0xB64749) is known color: Hippie Pink. HEX triplet: B6, 47 and 49. RGB value is (182,71,73). Sum of RGB (Red+Green+Blue) = 182+71+73=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B64749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64749 is #49B8B6. Grayscale: #686868. Windows color (decimal): -4831415 or 4802486. OLE color: 4802486.

HSL color Cylindrical-coordinate representation of color #B64749: hue angle of 358.92º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64749 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 73 -
CMYK 0 0.61 0.60 0.29
HSL 358.92º 0.44% 0.5% -
HSV(B) 358.92º 0.61% 0.71% -
XYZ 22.75 14.93 7.99 -
YUV 104.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 182 71 73 0 0.61 0.60 0.29 358.92 0.44 0.5
Hex B6 47 49 0 3D 3C 1D 167 2C 32
Octal 266 107 111 0 75 74 35 547 54 62
Binary 10110110 1000111 1001001 0 111101 111100 11101 101100111 101100 110010

Color Harmonies of #B64749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64749

Black with #B64749

Text Example


Text Example

White with #B64749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64749; }

 p { color: rgb(182,71,73); }

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

background-color css

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

 a { background-color: rgb(182,71,73); }

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

border-color css

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

 span { border-color: rgb(182,71,73); }

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