Html Css Color HEX #B63F5D Hippie Pink

📋 copy color: '#B63F5D'

red 182 ◦ green 63 ◦ blue 93

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

Shades of Hippie Pink #B63F5D

Tints of Hippie Pink #B63F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 53.85%
G = 18.64%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B63F5D (or 0xB63F5D) is known color: Hippie Pink. HEX triplet: B6, 3F and 5D. RGB value is (182,63,93). Sum of RGB (Red+Green+Blue) = 182+63+93=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F5D is #49C0A2. Grayscale: #666666. Windows color (decimal): -4833443 or 6111158. OLE color: 6111158.

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

Color convert

RGB 182 63 93 -
CMYK 0 0.65 0.49 0.29
HSL 344.87º 0.49% 0.48% -
HSV(B) 344.87º 0.65% 0.71% -
XYZ 23.04 14.29 11.9 -
YUV 102 122.92 185.06 -
System Red Green Blue C M Y K H S L
Decimal 182 63 93 0 0.65 0.49 0.29 344.87 0.49 0.48
Hex B6 3F 5D 0 41 31 1D 159 31 30
Octal 266 77 135 0 101 61 35 531 61 60
Binary 10110110 111111 1011101 0 1000001 110001 11101 101011001 110001 110000

Color Harmonies of #B63F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F5D

Black with #B63F5D

Text Example


Text Example

White with #B63F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F5D; }

 p { color: rgb(182,63,93); }

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

background-color css

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

 a { background-color: rgb(182,63,93); }

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

border-color css

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

 span { border-color: rgb(182,63,93); }

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