Html Css Color HEX #B64649 Hippie Pink

📋 copy color: '#B64649'

red 182 ◦ green 70 ◦ blue 73

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

Shades of Hippie Pink #B64649

Tints of Hippie Pink #B64649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 56%
G = 21.54%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B64649 (or 0xB64649) is known color: Hippie Pink. HEX triplet: B6, 46 and 49. RGB value is (182,70,73). Sum of RGB (Red+Green+Blue) = 182+70+73=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B64649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64649 is #49B9B6. Grayscale: #676767. Windows color (decimal): -4831671 or 4802230. OLE color: 4802230.

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

Color convert

RGB 182 70 73 -
CMYK 0 0.62 0.60 0.29
HSL 358.39º 0.44% 0.49% -
HSV(B) 358.39º 0.62% 0.71% -
XYZ 22.68 14.81 7.97 -
YUV 103.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 182 70 73 0 0.62 0.60 0.29 358.39 0.44 0.49
Hex B6 46 49 0 3E 3C 1D 166 2C 31
Octal 266 106 111 0 76 74 35 546 54 61
Binary 10110110 1000110 1001001 0 111110 111100 11101 101100110 101100 110001

Color Harmonies of #B64649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64649

Black with #B64649

Text Example


Text Example

White with #B64649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64649; }

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

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

background-color css

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

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

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

border-color css

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

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

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