Html Css Color HEX #B63E54 Hippie Pink

📋 copy color: '#B63E54'

red 182 ◦ green 62 ◦ blue 84

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

Shades of Hippie Pink #B63E54

Tints of Hippie Pink #B63E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 84 (33.2% from 255) = 25.61%

R = 55.49%
G = 18.9%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B63E54 (or 0xB63E54) is known color: Hippie Pink. HEX triplet: B6, 3E and 54. RGB value is (182,62,84). Sum of RGB (Red+Green+Blue) = 182+62+84=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E54 is #49C1AB. Grayscale: #646464. Windows color (decimal): -4833708 or 5521078. OLE color: 5521078.

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

Color convert

RGB 182 62 84 -
CMYK 0 0.66 0.54 0.29
HSL 349º 0.49% 0.48% -
HSV(B) 349º 0.66% 0.71% -
XYZ 22.61 14.03 9.9 -
YUV 100.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 182 62 84 0 0.66 0.54 0.29 349 0.49 0.48
Hex B6 3E 54 0 42 36 1D 15D 31 30
Octal 266 76 124 0 102 66 35 535 61 60
Binary 10110110 111110 1010100 0 1000010 110110 11101 101011101 110001 110000

Color Harmonies of #B63E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E54

Black with #B63E54

Text Example


Text Example

White with #B63E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E54; }

 p { color: rgb(182,62,84); }

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

background-color css

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

 a { background-color: rgb(182,62,84); }

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

border-color css

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

 span { border-color: rgb(182,62,84); }

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