Html Css Color HEX #B64450 Hippie Pink

📋 copy color: '#B64450'

red 182 ◦ green 68 ◦ blue 80

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

Shades of Hippie Pink #B64450

Tints of Hippie Pink #B64450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 55.15%
G = 20.61%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B64450 (or 0xB64450) is known color: Hippie Pink. HEX triplet: B6, 44 and 50. RGB value is (182,68,80). Sum of RGB (Red+Green+Blue) = 182+68+80=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B64450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64450 is #49BBAF. Grayscale: #676767. Windows color (decimal): -4832176 or 5260470. OLE color: 5260470.

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

Color convert

RGB 182 68 80 -
CMYK 0 0.63 0.56 0.29
HSL 353.68º 0.46% 0.49% -
HSV(B) 353.68º 0.63% 0.71% -
XYZ 22.81 14.66 9.22 -
YUV 103.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 182 68 80 0 0.63 0.56 0.29 353.68 0.46 0.49
Hex B6 44 50 0 3F 38 1D 162 2E 31
Octal 266 104 120 0 77 70 35 542 56 61
Binary 10110110 1000100 1010000 0 111111 111000 11101 101100010 101110 110001

Color Harmonies of #B64450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64450

Black with #B64450

Text Example


Text Example

White with #B64450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64450; }

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

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

background-color css

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

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

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

border-color css

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

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

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