Html Css Color HEX #B64360 Hippie Pink

📋 copy color: '#B64360'

red 182 ◦ green 67 ◦ blue 96

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

Shades of Hippie Pink #B64360

Tints of Hippie Pink #B64360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 52.75%
G = 19.42%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B64360 (or 0xB64360) is known color: Hippie Pink. HEX triplet: B6, 43 and 60. RGB value is (182,67,96). Sum of RGB (Red+Green+Blue) = 182+67+96=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B64360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64360 is #49BC9F. Grayscale: #686868. Windows color (decimal): -4832416 or 6308790. OLE color: 6308790.

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

Color convert

RGB 182 67 96 -
CMYK 0 0.63 0.47 0.29
HSL 344.87º 0.46% 0.49% -
HSV(B) 344.87º 0.63% 0.71% -
XYZ 23.41 14.8 12.69 -
YUV 104.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 182 67 96 0 0.63 0.47 0.29 344.87 0.46 0.49
Hex B6 43 60 0 3F 2F 1D 159 2E 31
Octal 266 103 140 0 77 57 35 531 56 61
Binary 10110110 1000011 1100000 0 111111 101111 11101 101011001 101110 110001

Color Harmonies of #B64360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64360

Black with #B64360

Text Example


Text Example

White with #B64360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64360; }

 p { color: rgb(182,67,96); }

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

background-color css

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

 a { background-color: rgb(182,67,96); }

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

border-color css

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

 span { border-color: rgb(182,67,96); }

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