Html Css Color HEX #B64647 Hippie Pink

📋 copy color: '#B64647'

red 182 ◦ green 70 ◦ blue 71

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

Shades of Hippie Pink #B64647

Tints of Hippie Pink #B64647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 56.35%
G = 21.67%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B64647 (or 0xB64647) is known color: Hippie Pink. HEX triplet: B6, 46 and 47. RGB value is (182,70,71). Sum of RGB (Red+Green+Blue) = 182+70+71=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B64647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64647 is #49B9B8. Grayscale: #676767. Windows color (decimal): -4831673 or 4671158. OLE color: 4671158.

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

Color convert

RGB 182 70 71 -
CMYK 0 0.62 0.61 0.29
HSL 359.46º 0.44% 0.49% -
HSV(B) 359.46º 0.62% 0.71% -
XYZ 22.62 14.78 7.62 -
YUV 103.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 182 70 71 0 0.62 0.61 0.29 359.46 0.44 0.49
Hex B6 46 47 0 3E 3D 1D 167 2C 31
Octal 266 106 107 0 76 75 35 547 54 61
Binary 10110110 1000110 1000111 0 111110 111101 11101 101100111 101100 110001

Color Harmonies of #B64647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64647

Black with #B64647

Text Example


Text Example

White with #B64647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64647; }

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

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

background-color css

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

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

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

border-color css

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

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

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