Html Css Color HEX #B64447 Hippie Pink

📋 copy color: '#B64447'

red 182 ◦ green 68 ◦ blue 71

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

Shades of Hippie Pink #B64447

Tints of Hippie Pink #B64447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

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

R = 56.7%
G = 21.18%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B64447 (or 0xB64447) is known color: Hippie Pink. HEX triplet: B6, 44 and 47. RGB value is (182,68,71). Sum of RGB (Red+Green+Blue) = 182+68+71=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B64447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64447 is #49BBB8. Grayscale: #666666. Windows color (decimal): -4832185 or 4670646. OLE color: 4670646.

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

Color convert

RGB 182 68 71 -
CMYK 0 0.63 0.61 0.29
HSL 358.42º 0.46% 0.49% -
HSV(B) 358.42º 0.63% 0.71% -
XYZ 22.5 14.53 7.58 -
YUV 102.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 182 68 71 0 0.63 0.61 0.29 358.42 0.46 0.49
Hex B6 44 47 0 3F 3D 1D 166 2E 31
Octal 266 104 107 0 77 75 35 546 56 61
Binary 10110110 1000100 1000111 0 111111 111101 11101 101100110 101110 110001

Color Harmonies of #B64447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64447

Black with #B64447

Text Example


Text Example

White with #B64447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64447; }

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

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

background-color css

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

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

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

border-color css

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

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

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