Html Css Color HEX #B64446 Hippie Pink

📋 copy color: '#B64446'

red 182 ◦ green 68 ◦ blue 70

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

Shades of Hippie Pink #B64446

Tints of Hippie Pink #B64446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 56.88%
G = 21.25%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B64446 (or 0xB64446) is known color: Hippie Pink. HEX triplet: B6, 44 and 46. RGB value is (182,68,70). Sum of RGB (Red+Green+Blue) = 182+68+70=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B64446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64446 is #49BBB9. Grayscale: #666666. Windows color (decimal): -4832186 or 4605110. OLE color: 4605110.

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

Color convert

RGB 182 68 70 -
CMYK 0 0.63 0.62 0.29
HSL 358.95º 0.46% 0.49% -
HSV(B) 358.95º 0.63% 0.71% -
XYZ 22.46 14.52 7.41 -
YUV 102.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 182 68 70 0 0.63 0.62 0.29 358.95 0.46 0.49
Hex B6 44 46 0 3F 3E 1D 167 2E 31
Octal 266 104 106 0 77 76 35 547 56 61
Binary 10110110 1000100 1000110 0 111111 111110 11101 101100111 101110 110001

Color Harmonies of #B64446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64446

Black with #B64446

Text Example


Text Example

White with #B64446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64446; }

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

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

background-color css

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

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

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

border-color css

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

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

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